clap/tests/builder
Ed Page f84e38a4de fix!: Switch from &[] to IntoIterator
This is a part of #2870 and is prep for #1041

Oddly enough, this dropped the binary size by 200 Bytes

Compared to `HEAD~` on `06_rustup`:
- build: 6.21us -> 6.23us
- parse: 7.55us -> 8.17us
- parse_sc: 7.95us -> 7.65us
2022-08-12 15:45:02 -05:00
..
action.rs fix!: Remove rest of deprecated APIs 2022-08-01 15:21:33 -05:00
app_settings.rs fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
arg_aliases.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
arg_aliases_short.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
arg_matcher_assertions.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
borrowed.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
cargo.rs docs: Update App references to Command 2022-02-14 15:33:49 -06:00
command.rs fix: Update app_from_crate for App rename 2022-02-15 08:39:07 -06:00
conflicts.rs fix!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -05:00
default_missing_vals.rs fix(parser)!: Only apply num_args to user values 2022-08-03 17:41:42 -05:00
default_vals.rs fix!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -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!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
display_order.rs refactor(test): Make it easier to fork tests 2022-06-07 16:21:12 -05:00
double_require.rs fix!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -05:00
empty_values.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
env.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
error.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
flag_subcommands.rs fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
flags.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -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!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -05:00
help.rs fix!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -05:00
help_env.rs fix!: Make ArgAction::Set the default 2022-08-05 13:31:33 -05:00
hidden_args.rs fix: No implicit version/help actions 2022-08-10 21:21:53 -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!: Remove ArgSettings from the API 2022-07-21 16:17:44 -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: Remove references to number_of_values 2022-08-04 09:35:59 -05:00
opts.rs fix(parser)!: Split on value delimiter after validating num_args 2022-08-04 00:14:41 -05:00
positionals.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
posix_compatible.rs fix(assert)!: Disallow self-overrides 2022-07-25 12:46:16 -05:00
possible_values.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
propagate_globals.rs docs: Shift focus from takes_value to actions 2022-07-26 14:50:51 -05:00
require.rs fix!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -05:00
subcommands.rs fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
template_help.rs fix(help): Show when a flag 'ArgAction::Count's 2022-07-29 09:56:26 -05:00
tests.rs fix!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -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 fix!: Rename Arg::number_of_values to Arg::num_args 2022-08-03 14:45:47 -05:00
version.rs fix: No implicit version/help actions 2022-08-10 21:21:53 -05:00