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
2.33.0, and master branch as of time of writing (784524f)
Bug Summary
Code below outputs the following in help USAGE: test <arg1|arg2|arg1|arg2>
The code makes the undocumented mistake of including the group in both args, and also both args in the group. I feel this should be allowed, and the duplicates just removed.
Expected Behavior Summary
USAGE: test <arg1|arg2>
Sample Code or Link to Sample Code
Issue visible by running without arguments or with -h
Affected Version of clap
Bug Summary
Code below outputs the following in help
USAGE:
test <arg1|arg2|arg1|arg2>
The code makes the undocumented mistake of including the group in both args, and also both args in the group. I feel this should be allowed, and the duplicates just removed.
Expected Behavior Summary
USAGE:
test <arg1|arg2>
Sample Code or Link to Sample Code
Issue visible by running without arguments or with -h
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=e0592c09f4648ffb8ea1a81d8ebc074d
Debug output
Debug Output
The text was updated successfully, but these errors were encountered: