.. |
action.rs
|
fix(parser): SetFalse should also not allow self-override
|
2022-09-28 16:26:36 -05:00 |
app_settings.rs
|
test(parser): Verify subcommand required message
|
2022-11-15 10:12:05 -06:00 |
arg_aliases.rs
|
fix(help): Make output more dense
|
2022-09-07 17:13:55 -05:00 |
arg_aliases_short.rs
|
fix(help): Make output more dense
|
2022-09-07 17:13:55 -05:00 |
arg_matches.rs
|
fix: Make arg!(--flag <value>) optional by default
|
2022-09-12 17:10:01 -05:00 |
borrowed.rs
|
docs: Update App references to Command
|
2022-02-14 15:33:49 -06:00 |
cargo.rs
|
perf: Hint to the compiler when once_cell isn't needed
|
2022-09-16 16:14:32 -05:00 |
command.rs
|
fix(help): Make output more dense
|
2022-09-07 17:13:55 -05:00 |
conflicts.rs
|
fix(parser): Don't make Args exclusive with their ArgGroup
|
2022-10-17 19:02:39 -05:00 |
default_missing_vals.rs
|
fix(error): Be more consistent in error quoting
|
2022-10-13 10:45:38 -05:00 |
default_vals.rs
|
fix(error): Be more consistent in error quoting
|
2022-10-13 10:45:38 -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): Make output more dense
|
2022-09-07 17:13:55 -05:00 |
display_order.rs
|
fix(help): Make output more dense
|
2022-09-07 17:13:55 -05:00 |
double_require.rs
|
feat(error): Break out error-context feature flag
|
2022-09-19 10:23:55 -05:00 |
empty_values.rs
|
fix(error): Be consistent in puncutation
|
2022-10-13 13:56:58 -05:00 |
env.rs
|
fix: Replace Arg::env with Arg::env_os
|
2022-09-13 14:55:12 -05:00 |
error.rs
|
fix(error): Don't suggest '--' when it doesn't help
|
2022-10-13 10:17:11 -05:00 |
flag_subcommands.rs
|
fix(help): Make output more dense
|
2022-09-07 17:13:55 -05:00 |
flags.rs
|
fix(error): Quote literals consistently
|
2022-09-29 08:54:03 -05:00 |
global_args.rs
|
fix: Make arg!(--flag <value>) optional by default
|
2022-09-12 17:10:01 -05:00 |
grouped_values.rs
|
fix(parser): Conflict-with-self is back on by default
|
2022-09-26 13:29:48 -05:00 |
groups.rs
|
fix(parser): Only add ArgGroup to ArgMatches for command-line
|
2022-10-12 07:52:07 -05:00 |
help.rs
|
fix(help): Clarify that 'help' command accepts multiple
|
2022-11-07 23:04:04 -06:00 |
help_env.rs
|
fix(help): Make output more dense
|
2022-09-07 17:13:55 -05:00 |
hidden_args.rs
|
fix: Make arg!(--flag <value>) optional by default
|
2022-09-12 17:10:01 -05:00 |
ignore_errors.rs
|
docs: Shift focus from takes_value to actions
|
2022-07-26 14:50:51 -05:00 |
indices.rs
|
fix(parser): Conflict-with-self is back on by default
|
2022-09-26 13:29:48 -05:00 |
main.rs
|
feat(help): 'usage' feature flag for auto-genned usage
|
2022-09-19 13:15:47 -05:00 |
multiple_occurrences.rs
|
fix(parser): Conflict-with-self is back on by default
|
2022-09-26 13:29:48 -05:00 |
multiple_values.rs
|
test(assert): Verify empty positional assert exists
|
2022-11-09 22:10:37 -06:00 |
opts.rs
|
fix(error): Be consistent in puncutation
|
2022-10-13 13:56:58 -05:00 |
positionals.rs
|
fix(help)!: Provide styled usage to user
|
2022-09-22 09:54:19 -05:00 |
posix_compatible.rs
|
fix(parser): Allow one-off self-overrides
|
2022-09-28 16:45:35 -05:00 |
possible_values.rs
|
fix(error): Be more consistent in error quoting
|
2022-10-13 10:45:38 -05:00 |
propagate_globals.rs
|
fix: Switch to owned types
|
2022-08-22 14:55:55 -05:00 |
require.rs
|
feat(error): Break out error-context feature flag
|
2022-09-19 10:23:55 -05:00 |
subcommands.rs
|
fix(error): Consistently indent suggestions
|
2022-10-13 12:10:13 -05:00 |
template_help.rs
|
fix(help): Make output more dense
|
2022-09-07 17:13:55 -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
|
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
|
fix: Make arg!(--flag <value>) optional by default
|
2022-09-12 17:10:01 -05:00 |
version.rs
|
fix: Generalize mut_arg , like mut_subcommand
|
2022-09-16 15:31:49 -05:00 |