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): Use Command in place of Subcommand #4155

Merged
merged 1 commit into from Aug 31, 2022
Merged

Commits on Aug 31, 2022

  1. fix(help): Use Command in place of Subcommand

    In switching to title case for help headings (clap-rs#4123), it caused me to
    look at "subcommand" in a fresh light.  I can't quite put my finger on
    it but "Subcommand" looks a bit sloppy.  I also have recently been
    surveying other CLIs and they just use "command" as well.
    
    All of them are commands anyways, just some are children of others
    (subcommands) while others are not (root or top-level commands, or just
    command).  Context is good enough for clarifying subcommands from root
    commands.
    
    This is part of clap-rs#4132
    epage committed Aug 31, 2022
    Copy the full SHA
    42c9438 View commit details
    Browse the repository at this point in the history