clap/tests/builder
Ed Page fa60e723fc fix(error): Give more idea why we are suggesting an arg
One challenge with this is finding something that generally works.
Making this work perfectly for one setting will make it inconsistent
with other settings and take up more binary size / compile time.

So in the end, I felt like just mirroring rustc (with a bit more
brevity) seemed like a decent experiment.  This will be evaluated by the
feedback on release.

This is a small part of #4638
2023-03-27 20:45:27 -05:00
..
action.rs docs: Prefer get_flag over get_one::<bool> 2023-01-23 09:23:38 -06:00
app_settings.rs fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
arg_aliases.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
arg_aliases_short.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
arg_matches.rs style: Make clippy happy 2022-11-24 08:05:21 -06:00
borrowed.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
cargo.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
command.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
conflicts.rs fix(error): Try to soften unexpected argument/value errors 2023-01-13 21:29:49 -06:00
default_missing_vals.rs fix(error): Try to polish/clarify messages 2023-01-06 17:01:36 -06:00
default_vals.rs fix(error): Try to polish/clarify messages 2023-01-06 17:01:36 -06:00
delimiters.rs style: Make clippy happy 2022-11-24 08:05:21 -06:00
derive_order.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
display_order.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
double_require.rs fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
empty_values.rs fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
env.rs test(parser): Verify value_source 2022-11-29 20:26:37 -06:00
error.rs fix(error): Change from neutral 'note' to helpful 'tip' 2023-03-27 20:45:11 -05:00
flag_subcommands.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
flags.rs fix(error): Change from neutral 'note' to helpful 'tip' 2023-03-27 20:45:11 -05:00
global_args.rs style: Make clippy happy 2022-11-24 08:05:21 -06:00
groups.rs fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
help.rs fix(help): Fix yet another --help long help edge case (#4712) 2023-02-15 11:33:35 -06:00
help_env.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
hidden_args.rs fix(help): Fix --help help text in edge case (#4710) 2023-02-15 10:25:19 -06:00
ignore_errors.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
indices.rs style: Make clippy happy 2022-11-24 08:05:21 -06:00
main.rs feat: Add get/remove API for getting grouped values 2022-12-20 22:50:03 -07:00
multiple_occurrences.rs style: Make clippy happy 2022-11-24 08:05:21 -06:00
multiple_values.rs docs: Prefer get_flag over get_one::<bool> 2023-01-23 09:23:38 -06:00
occurrences.rs feat: Stablize ArgMatches::get_occurrences 2023-01-12 21:37:19 -06:00
opts.rs fix(error): Give more idea why we are suggesting an arg 2023-03-27 20:45:27 -05:00
positionals.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
posix_compatible.rs style: Make clippy happy 2022-11-24 08:05:21 -06:00
possible_values.rs fix(error): Give more idea why we are suggesting an arg 2023-03-27 20:45:27 -05:00
propagate_globals.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
require.rs fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
subcommands.rs fix(error): Give more idea why we are suggesting an arg 2023-03-27 20:45:27 -05:00
template_help.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
tests.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
unicode.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
unique_args.rs style: Make clippy happy 2022-11-24 08:05:21 -06:00
utf8.rs fix(parser): Don't panic on invalid UTF-8 values 2022-11-11 12:26:04 -06:00
utf16.rs fix(parser): Deprecate ArgMatches::is_present 2022-06-10 14:21:25 -05:00
utils.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
version.rs fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00