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
marmistrz opened this issue
Nov 5, 2017
· 1 comment
Labels
A-helpArea: documentation, including docs.rs, readme, examples, etc...C-bugCategory: Updating dependenciesE-easyCall for participation: Experience needed to fix: Easy / not muchE-mediumCall for participation: Experience needed to fix: Medium / intermediate
One should really only need to add || self.is_set(AS::AllowExternalSubcommands) to that return.
kbknapp
added
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C: subcommands
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
C-bug
Category: Updating dependencies
labels
Nov 6, 2017
A-helpArea: documentation, including docs.rs, readme, examples, etc...C-bugCategory: Updating dependenciesE-easyCall for participation: Experience needed to fix: Easy / not muchE-mediumCall for participation: Experience needed to fix: Medium / intermediate
Rust Version
1.21
Affected Version of clap
2.27.1
Actual Behavior Summary
Take the following code. Launching
./executable --help
displays the syntax to beExpected Behavior Summary
Something like:
How can the user know that there's a subcommand to be accepted?
Sample Code or Link to Sample Code
Debug output
The text was updated successfully, but these errors were encountered: