geoffxy / conductor

🎶 A simple and elegant research computing orchestrator.
GNU Affero General Public License v3.0
4 stars 0 forks source link

Add options and args support to run_command() tasks #40

Closed geoffxy closed 2 years ago

geoffxy commented 2 years ago

Right now only run_experiment() tasks support the options={...} and args=[...] options. Having these options available to run_command() would be nice when the command we want to run requires lots of arguments (i.e., the run_command() task would be easier to read).