Skip to content

fix: Change ignore-missing to flag with 'long' modifier#965

Merged
kamilogorek merged 1 commit into
masterfrom
ignore-missing-as-flag
May 28, 2021
Merged

fix: Change ignore-missing to flag with 'long' modifier#965
kamilogorek merged 1 commit into
masterfrom
ignore-missing-as-flag

Conversation

@kamilogorek

@kamilogorek kamilogorek commented May 27, 2021

Copy link
Copy Markdown
Contributor

Without the long modifier, it's treated as a positional argument, which is then taken over by version match.
Explicitly adding long key to the argument makes it a flag, which can be used on any position.

Fixes #964

@kamilogorek kamilogorek merged commit 7e0922b into master May 28, 2021
@kamilogorek kamilogorek deleted the ignore-missing-as-flag branch May 28, 2021 06:45
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

Successfully merging this pull request may close these issues.

Second argument for set-commits is treated as release version (even if it's a flag)

2 participants