clap/tests/builder
Ed Page 671914b590 fix(error): Make whitespace consistent with self/help
Sometimes errors would use a tab, sometimes four spaces.  This makes it
always four spaces and shares a definition with help.
2022-08-31 16:02:14 -05:00
..
action.rs fix!: Require/default conditional APIs are more explicit 2022-08-16 11:52:10 -05:00
app_settings.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
arg_aliases.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
arg_aliases_short.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
arg_matches.rs feat(parser): Report what arg ids are present 2022-08-15 10:00:42 -05:00
borrowed.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
cargo.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
command.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
conflicts.rs fix(usage): Make dont_collapse_args_in_usage the default 2022-08-30 16:12:49 -05:00
default_missing_vals.rs fix(help): Consistently use [] for positionals 2022-08-29 15:34:30 -05:00
default_vals.rs fix(parser): Show all required errors at once 2022-08-29 19:40:35 -05:00
delimiters.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
derive_order.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
display_order.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
double_require.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
empty_values.rs fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
env.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
error.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
flag_subcommands.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
flags.rs fix(error): Make whitespace consistent with self/help 2022-08-31 16:02:14 -05:00
global_args.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
grouped_values.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
groups.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
help.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
help_env.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
hidden_args.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
ignore_errors.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
indices.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
main.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
multiple_occurrences.rs fix!: Replace takes_value with number_of_values 2022-08-04 09:39:25 -05:00
multiple_values.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00
opts.rs fix(error): Make whitespace consistent with self/help 2022-08-31 16:02:14 -05:00
positionals.rs fix(usage): Make dont_collapse_args_in_usage the default 2022-08-30 16:12:49 -05:00
posix_compatible.rs fix(assert)!: Disallow self-overrides 2022-07-25 12:46:16 -05:00
possible_values.rs fix(error): Make whitespace consistent with self/help 2022-08-31 16:02:14 -05:00
propagate_globals.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
require.rs fix(usage): Make dont_collapse_args_in_usage the default 2022-08-30 16:12:49 -05:00
subcommands.rs fix(error): Make whitespace consistent with self/help 2022-08-31 16:02:14 -05:00
template_help.rs fix(help): Use Command in place of Subcommand 2022-08-31 08:53:10 -05:00
tests.rs feat: Open the door for user styling in the future 2022-08-24 18:17:42 -05:00
unicode.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
unique_args.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
utf8.rs style: Address clippy 2022-08-11 16:07:58 -05:00
utf16.rs fix(parser): Deprecate ArgMatches::is_present 2022-06-10 14:21:25 -05:00
utils.rs feat(help): Expose clap's indentation to help_template 2022-08-31 15:42:59 -05:00
version.rs fix(help): Remove name/version/author from help 2022-08-31 15:06:15 -05:00