fix(cli): changed default allow_abbrev value to fix arguments collision problem#2013
Merged
fix(cli): changed default allow_abbrev value to fix arguments collision problem#2013
allow_abbrev value to fix arguments collision problem#2013Conversation
89482eb to
f907c15
Compare
Member
Author
…sion problem
The `--job` argument could be interpreted as `--job-token`
Example failure:
$ gitlab \
--private-token ${GITLAB_API_KEY} -o json \
project-artifact download \
--project-id mdm/entities \
--job ${JOB} \
--ref-name ${REF} \
gitlab: error: argument --job-token: not allowed with argument
--private-token
f907c15 to
25fc65a
Compare
allow_abbrev value to fix arguments colli…allow_abbrev value to fix arguments collision problem
Member
|
Thanks again @meteozond for the fix and @JohnVillalovos for the green CI :) |
nejch
approved these changes
May 9, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.