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

unrecognized option causes immediately-following --labels option to be ignored #1

Open
mnemolyst opened this issue Sep 24, 2018 · 0 comments

Comments

@mnemolyst
Copy link

When running:
depcharge --dry-run --labels=excel --exclusive -- git clone {{clockwork}} {{location}}

I see...
Warning: No labels, using all deps of kind.
Are you sure you want to continue?
[y|N]:

...because --dry-run is an invalid option (should be --dryrun or -d) which causes --labels to be ignored.

Doing it correctly:
depcharge --dryrun --labels=excel --exclusive -- git clone {{clockwork}} {{location}}

Causes the expected
Dry run of: git clone [email protected]:clockworkers/group-excel-generator.git /home/joshua/further/docker-scaffolding/applications/group/code/service/excel-generator for: /home/joshua/further/docker-scaffolding/applications/group/code/service/excel-generator
depcharge complete!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant