Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
geoffxy opened this issue Feb 15, 2021 · 0 comments
Open

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

geoffxy opened this issue Feb 15, 2021 · 0 comments
Labels
enhancement New feature or request nice to have A feature that is not high priority

Comments

@geoffxy
Copy link
Owner

geoffxy commented Feb 15, 2021

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.

@geoffxy geoffxy added enhancement New feature or request nice to have A feature that is not high priority labels Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nice to have A feature that is not high priority
Projects
None yet
Development

No branches or pull requests

1 participant