We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
N/A
With
app.setting(AppSettings::SubcommandRequiredElseHelp)
the USAGE help still shows:
USAGE: app [dummy] [SUBCOMMAND]
It probably shouldn't show the subcommand as optional.
The text was updated successfully, but these errors were encountered:
Agreed. Thanks!
Sorry, something went wrong.
IIRC this may also happen with SubcommandRequired option as well.
Yeah I think it's also in the same family of issues as #871 I should have some time to sit down and knock it out this family of issues tomorrow.
fix: now correctly shows subcommand as required in the usage string w…
8f0884c
…hen AppSettings::SubcommandRequiredElseHelp is used Close #883
61d7ce4
97e8db2
No branches or pull requests
Rust Version
N/A
Affected Version of clap
With
the USAGE help still shows:
It probably shouldn't show the subcommand as optional.
The text was updated successfully, but these errors were encountered: