clap/tests/derive
Ed Page 9b23a09f7a fix(help): Don't rely on ALL CAPS for headers
I see them fulfilling two roles
- A form of bolding
- As a callback to their placeholder in usage

However, it is a bit of an unpolished look and no other CLI seems to do
it.  This looks a bit more proefessional.  We have colored help for
formatting and I think the sections relation to usage will be clear
enough.
2022-08-26 10:21:18 -05:00
..
app_name.rs fix: Rename IntoApp to CommandFactory 2022-02-15 08:24:00 -06:00
arguments.rs fix!: Remove rest of deprecated APIs 2022-08-01 15:21:33 -05:00
author_version_about.rs fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
basic.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
boxed.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
custom_string_parsers.rs fix!: Remove rest of deprecated APIs 2022-08-01 15:21:33 -05:00
default_value.rs fix: Switch OsStr's in builder to owned/borrowed type 2022-08-16 14:53:36 -05:00
deny_warnings.rs fix: Deprecate validator / validator_os 2022-05-25 12:57:11 -05:00
doc_comments_help.rs fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
explicit_name_no_renaming.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
flags.rs feat: Open the door for user styling in the future 2022-08-24 18:17:42 -05:00
flatten.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
generic.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
help.rs fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
issues.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
macros.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
main.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
naming.rs fix(derive): Add "id" attribute 2022-08-09 12:15:02 -07:00
nested_subcommands.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
non_literal_attributes.rs fix!: Prefer IntoIterator over &[] 2022-08-15 13:26:17 -05:00
options.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
privacy.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
raw_bool_literal.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
raw_idents.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
rename_all_env.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
skip.rs style: Address clippy 2022-08-11 16:07:58 -05:00
subcommands.rs style: Address clippy 2022-08-11 16:07:58 -05:00
type_alias_regressions.rs fix!: Remove rest of deprecated APIs 2022-08-01 15:21:33 -05:00
utf8.rs fix!: Remove rest of deprecated APIs 2022-08-01 15:21:33 -05:00
utils.rs fix: Rename IntoApp to CommandFactory 2022-02-15 08:24:00 -06:00
value_enum.rs fix!: Remove rest of deprecated APIs 2022-08-01 15:21:33 -05:00