geoffxy / conductor

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

Add support for implied task names on the command line #31

Open geoffxy opened 3 years ago

geoffxy commented 3 years ago

If a task has the same name as their parent directory, it would be convenient if we could refer to it on the command line (when running cond run) without its trailing name (i.e., just the task identifier path).

For example task world defined in hello/world/COND could also be referred to as //hello/world as well instead of its fully qualified name, //hello/world:world. This would only apply to the CLI, not to dependencies in COND files.