clap/tests/ui
Ed Page 42c943844c fix(help): Use Command in place of Subcommand
In switching to title case for help headings (#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 #4132
2022-08-31 08:53:10 -05:00
..
arg_required_else_help_stderr.toml fix(help): Use Command in place of Subcommand 2022-08-31 08:53:10 -05:00
error_stderr.toml fix(help): Use Command in place of Subcommand 2022-08-31 08:53:10 -05:00
h_flag_stdout.toml fix(help): Use Command in place of Subcommand 2022-08-31 08:53:10 -05:00
help_cmd_stdout.toml fix(help): Use Command in place of Subcommand 2022-08-31 08:53:10 -05:00
help_flag_stdout.toml fix(help): Use Command in place of Subcommand 2022-08-31 08:53:10 -05:00
V_flag_stdout.toml test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00
version_flag_stdout.toml test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00