Skip to content
New issue

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

fix(help): Clarify that 'help' command accepts multiple #4465

Merged
merged 1 commit into from Nov 8, 2022

Conversation

epage
Copy link
Member

@epage epage commented Nov 8, 2022

Making this plural can go either way as

  • Clarify it is plural
  • This is all really to simulate actually doing subcommands and you only do one at a time

For now, I lean towards clarifying it is plural

I also tweaked the message to be more consistent with how --help and -h describe themselves.

Fixes #4342

Making this plural can go either way as
- Clarify it is plural
- This is all really to simulate actually doing subcommands and you only
  do one at a time

For now, I lean towards clarifying it is plural

I also tweaked the message to be more consistent with how `--help` and
`-h` describe themselves.

Fixes clap-rs#4342
@epage epage merged commit 0d27188 into clap-rs:master Nov 8, 2022
@epage epage deleted the help branch November 8, 2022 05:21
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.

help for help says "Print this message or the help of the given subcommand(s)" but only takes one subcommand
1 participant