You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This playground contains a slightly modified version of the test case introduced in f7a6955. The main difference to the original is that I moved the conflicts_with option to the the same argument, which also uses the default option. This should result in the same behavior but instead results in an error as soon as -f or --flag is passed.
Known Workaround: Split default and conflicts_with between the two arguments.
This playground contains a slightly modified version of the test case introduced in f7a6955. The main difference to the original is that I moved the
conflicts_with
option to the the same argument, which also uses thedefault
option. This should result in the same behavior but instead results in an error as soon as-f
or--flag
is passed.Known Workaround: Split
default
andconflicts_with
between the two arguments.Originally posted by @0ndorio in #1071 (comment)
The text was updated successfully, but these errors were encountered: