We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
git clone [email protected]:clockworkers/group-excel-generator.git /home/joshua/further/docker-scaffolding/applications/group/code/service/excel-generator
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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-generatordepcharge complete!
The text was updated successfully, but these errors were encountered: