..
action.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
app_settings.rs
fix!: Use value parsers for external subcommands
2022-07-25 14:31:56 -05:00
arg_aliases.rs
fix(help)!: Make DeriveDisplayOrder
the default, removing it
2022-07-22 15:52:03 -05:00
arg_aliases_short.rs
fix(help)!: Make DeriveDisplayOrder
the default, removing it
2022-07-22 15:52:03 -05:00
arg_matcher_assertions.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -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!: Ignore required when subcommands conflict with required
2022-07-22 14:10:27 -05:00
default_missing_vals.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
default_vals.rs
fix(error):! Merge EmptyValue into InvalidValue
2022-07-22 09:06:01 -05:00
delimiters.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
derive_order.rs
fix(help)!: Make DeriveDisplayOrder
the default, removing it
2022-07-22 15:52:03 -05:00
display_order.rs
refactor(test): Make it easier to fork tests
2022-06-07 16:21:12 -05:00
double_require.rs
refactor(help): Remove redundant required check
2022-05-05 17:02:49 -05:00
empty_values.rs
fix(error):! Merge EmptyValue into InvalidValue
2022-07-22 09:06:01 -05:00
env.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
error.rs
refactor(test): Make it easier to fork tests
2022-06-07 16:21:12 -05:00
flag_subcommands.rs
fix(help)!: Make DeriveDisplayOrder
the default, removing it
2022-07-22 15:52:03 -05:00
flags.rs
fix!: Remove unstable-v4
feature gate
2022-07-22 11:34:06 -05:00
global_args.rs
fix(parser): Ensure globals override env vars
2022-06-27 22:40:40 -05:00
grouped_values.rs
fix(assert)!: Disallow self-overrides
2022-07-25 12:46:16 -05:00
groups.rs
fix!: Change arg!
to use ArgAction
2022-07-22 13:24:40 -05:00
help.rs
fix(help)!: Make DeriveDisplayOrder
the default, removing it
2022-07-22 15:52:03 -05:00
help_env.rs
refactor(test): Make it easier to fork tests
2022-06-07 16:21:12 -05:00
hidden_args.rs
fix(help)!: Make DeriveDisplayOrder
the default, removing it
2022-07-22 15:52:03 -05:00
ignore_errors.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
indices.rs
fix(parser): Deprecate multiple_occurrences
2022-06-08 09:54:23 -05:00
main.rs
fix!: Remove ArgSettings from the API
2022-07-21 16:17:44 -05:00
multiple_occurrences.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
multiple_values.rs
fix!: Remove multiple occurrences in favor of Append/Count
2022-07-25 13:23:43 -05:00
opts.rs
fix!: Change default actions to Set/SetTrue
2022-07-22 20:00:47 -05:00
positionals.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
posix_compatible.rs
fix(assert)!: Disallow self-overrides
2022-07-25 12:46:16 -05:00
possible_values.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
propagate_globals.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
require.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
subcommands.rs
fix(assert)!: Prevent repeated subcommand names
2022-07-25 13:46:18 -05:00
template_help.rs
fix(help): Subcommand display order respects Command::next_display_order
2022-07-22 15:03:16 -05:00
tests.rs
fix: Loosen lifetime constraint on mut_subcommand
2022-07-11 19:12:36 -07:00
unicode.rs
fix(parser): Deprecate value_of
and friends
2022-05-25 12:57:11 -05:00
unique_args.rs
docs: Update App references to Command
2022-02-14 15:33:49 -06:00
utf8.rs
fix!: Use value parsers for external subcommands
2022-07-25 14:31:56 -05:00
utf16.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00
utils.rs
fix!: Change arg!
to use ArgAction
2022-07-22 13:24:40 -05:00
version.rs
fix(parser): Deprecate ArgMatches::is_present
2022-06-10 14:21:25 -05:00