clap/examples/derive_ref
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
..
augment_args.rs fix(derive)!: Remove value_parser/action defaulted attributes 2022-07-22 20:07:47 -05:00
augment_subcommands.rs fix(derive)!: Remove value_parser/action defaulted attributes 2022-07-22 20:07:47 -05:00
custom-bool.md fix(parser): Show all required errors at once 2022-08-29 19:40:35 -05:00
custom-bool.rs feat(derive): Expose control over Actions 2022-06-06 11:35:07 -05:00
flatten_hand_args.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
hand_subcommand.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
interop_tests.md fix(help): Use Command in place of Subcommand 2022-08-31 08:53:10 -05:00