clap/tests/derive
Ed Page 06d43a02da fix(help): Subcommand help looks like --help
Like was said in #2435, this is what people would expect.

While we should note this in a compatibility section in the changelog, I
do not consider this a breaking change since we should be free to adjust
the help output as needed.  We are cautious when people might build up
their own content around it (like #3312) but apps should already handle
this with `--help` so this shouldn't be a major change.

We aren't offering a way for people to disable this, assuming people
won't need to.  Longer term, we are looking at support "Actions" (#3405)
and expect those to help customize the flags.  We'll need something
similar for the `help` subcommand.

Fixes #3440
2022-02-11 12:47:34 -06:00
..
app_name.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
arg_enum.rs fix(derive): Don't assume use clap::ArgEnum 2022-01-10 15:41:58 -06:00
argument_naming.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
arguments.rs refactor: Migrate off of .kind 2022-02-01 11:27:08 -06:00
author_version_about.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
basic.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
boxed.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
custom_string_parsers.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
default_value.rs fix(derive): Treat default_value_os like default_value 2021-12-13 16:25:49 -06:00
deny_warnings.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
doc_comments_help.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
explicit_name_no_renaming.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
flags.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
flatten.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
generic.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
help.rs feat: Replace core set of AppSettings with functions 2022-02-11 12:35:09 -06:00
issues.rs feat: Replace core set of AppSettings with functions 2022-02-11 12:35:09 -06:00
macros.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
main.rs fix: unqualified result types causing compilation failures with derive implementations 2021-12-10 14:13:26 +00:00
nested_subcommands.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
non_literal_attributes.rs feat: Replace core set of AppSettings with functions 2022-02-11 12:35:09 -06:00
options.rs feat: Replace core set of AppSettings with functions 2022-02-11 12:35:09 -06:00
privacy.rs chore: Fix clap_derive license headers 2022-01-04 14:25:48 -06:00
raw_bool_literal.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
raw_idents.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
rename_all_env.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
skip.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
structopt.rs fix(help): Subcommand help looks like --help 2022-02-11 12:47:34 -06:00
subcommands.rs refactor: Migrate off of .kind 2022-02-01 11:27:08 -06:00
type_alias_regressions.rs test(derive): Check all derives 2021-12-10 10:52:30 -06:00
utf8.rs refactor: Migrate off of .kind 2022-02-01 11:27:08 -06:00
utils.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00