clap/tests/derive
Ed Page 9e64387ef0 revert(help): Partial revert of 3c049b4
The extra whitespace was targeted at machine processing for a subset of
users for a subset of runs of CLIs.  On the other hand, there is a lot
of concern over the extra verbose output.

A user can set the help template for man, if desired.  They can even do
something (env? feature flag?) to make it only run when doing man
generation.  We also have #3174 in the works.

So let's focus on the end-user reading `--help`.  People wanting to use
`help2man` have workarounds to do what they need.

Fixes #3096
2021-12-15 10:36:59 -06:00
..
app_name.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
arg_enum.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
argument_naming.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
arguments.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
author_version_about.rs docs: Remove author fields 2021-12-06 11:24:23 -06:00
basic.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
boxed.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
custom_string_parsers.rs test: Consolidate clap tests 2021-11-30 10:07:08 -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 test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
doc_comments_help.rs revert(help): Partial revert of 3c049b4 2021-12-15 10:36:59 -06:00
explicit_name_no_renaming.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
flags.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
flatten.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
generic.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
help.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
issues.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
macros.rs test: Consolidate clap tests 2021-11-30 10:07:08 -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 test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
non_literal_attributes.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
options.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
privacy.rs test: Consolidate clap tests 2021-11-30 10:07:08 -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 docs: Update changelog 2021-12-02 20:26:21 -06:00
subcommands.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
type_alias_regressions.rs test(derive): Check all derives 2021-12-10 10:52:30 -06:00
utf8.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00
utils.rs test: Consolidate clap tests 2021-11-30 10:07:08 -06:00