clap/tests
Ed Page a570976d92 fix(app): Make App and Arg help_heading consistent
In part, this is just fixing a papercut where someone will try to use
the API in the same way between the two but it fails and they'll have to
consult the docs / rust-analyzer.

The bigger reason is that this is more derive-friendly for dealing with #2803
since we will be able to just ask for the current help heading
before running the app and then restore it back, rather than having to
conditionalize the revert logic.
2021-10-14 11:39:51 -05:00
..
fixtures fix(yaml): Don't panic on multiple groups 2021-08-18 15:16:44 -05:00
app_from_crate.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
app_settings.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
arg_aliases.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
arg_aliases_short.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
arg_settings.rs Implement BitOr for settings 2021-09-23 14:57:10 +05:30
borrowed.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
cargo.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
conflicts.rs assert on leading and trailing whitespace 2021-09-24 12:38:15 -04:00
default_missing_vals.rs fix(style): allow bool_assert_comparison in default_missing_value_flag_value 2021-08-02 23:10:51 +02:00
default_vals.rs assert on leading and trailing whitespace 2021-09-24 12:38:15 -04:00
delimiters.rs Removed Arg::multiple 2021-06-16 07:17:11 +01:00
derive_order.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
display_order.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
double_require.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
empty_values.rs assert on leading and trailing whitespace 2021-09-24 12:38:15 -04:00
env.rs Add env feature gate 2021-08-14 01:55:05 +01:00
examples.rs fix(yaml): Don't panic on multiple groups 2021-08-18 15:16:44 -05:00
flag_subcommands.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
flags.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
global_args.rs Removed Arg::multiple 2021-06-16 07:17:11 +01:00
grouped_values.rs Forbid multiple_occurrences for positional args 2021-06-16 08:27:04 +01:00
groups.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
help.rs fix(app): Make App and Arg help_heading consistent 2021-10-14 11:39:51 -05:00
help_env.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
hidden_args.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
ignore_errors.rs setting: IgnoreErrors - Reaction to review comments 2021-06-14 10:26:23 +02:00
indices.rs Removed Arg::multiple 2021-06-16 07:17:11 +01:00
macros.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
multiple_occurrences.rs Add env feature gate 2021-08-14 01:55:05 +01:00
multiple_values.rs fix(parser): Allow multiple_occurrecnes with positional args 2021-10-04 12:09:54 -05:00
opts.rs fix(app): Make App and Arg help_heading consistent 2021-10-14 11:39:51 -05:00
positionals.rs fix(parser): Allow multiple_occurrecnes with positional args 2021-10-04 12:09:54 -05:00
posix_compatible.rs Make overrides_with working when MultipleValues is enabled. 2021-08-14 16:34:26 +08:00
possible_values.rs add hidden aliases to ArgValue 2021-09-26 22:46:23 +02:00
propagate_globals.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
require.rs assert on leading and trailing whitespace 2021-09-24 12:38:15 -04:00
subcommands.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
template_help.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
tests.rs ArgMacthes::is_present should not deal with subcommands at all, fixes #2494 2021-05-26 00:40:38 +01:00
unicode.rs fix: Allow unicode-aware case insensitivity with ArgValue 2021-10-09 07:21:45 -05:00
unique_args.rs Fix warnings 2020-05-31 17:53:24 +03:00
utf8.rs fix: Provide path to avoid UTF-8 panics 2021-08-18 14:15:18 -05:00
utf16.rs fix: Provide path to avoid UTF-8 panics 2021-08-18 14:15:18 -05:00
utils.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
validators.rs Refactor coloring 2020-08-28 19:21:05 +03:00
version-numbers.rs Remove #[macro_use] from tests 2020-02-03 12:01:36 -05:00
version.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00
yaml.rs fix(help)!: Merge OPTIONS / FLAGS default groups 2021-10-13 11:42:10 -05:00