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

Commits on Nov 8, 2022

  1. fix(help): Clarify that 'help' command accepts multiple

    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 committed Nov 8, 2022
    Copy the full SHA
    9376a57 View commit details
    Browse the repository at this point in the history