.. |
fixtures
|
Make sure that ArgMatches methods panic on unknown arg, not return false
|
2021-10-27 02:42:30 +01:00 |
app_from_crate.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
app_settings.rs
|
fix(usage)!: Separate mutli-occ from multi-val syntax
|
2021-10-30 12:56:49 -05:00 |
arg_aliases.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
arg_aliases_short.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
arg_matcher_assertions.rs
|
Make sure that ArgMatches methods panic on unknown arg, not return false
|
2021-10-27 02:42:30 +01:00 |
arg_settings.rs
|
Implement BitOr for settings
|
2021-09-23 14:57:10 +05:30 |
borrowed.rs
|
Rename with_name to new for Arg & ArgGroup
|
2020-05-14 22:50:56 +02:00 |
cargo.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
conflicts.rs
|
Revert "Fixes arg conflicting with group whose arg has default value"
|
2021-11-03 18:25:25 +00:00 |
default_missing_vals.rs
|
Dedupe some tests and improve others
|
2021-10-26 22:17:59 +01:00 |
default_vals.rs
|
Improve debug assert for required group and default value interaction
|
2021-10-26 22:17:59 +01:00 |
delimiters.rs
|
Removed Arg::multiple
|
2021-06-16 07:17:11 +01:00 |
derive_order.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
display_order.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
double_require.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
empty_values.rs
|
assert on leading and trailing whitespace
|
2021-09-24 12:38:15 -04:00 |
env.rs
|
Add env feature gate
|
2021-08-14 01:55:05 +01:00 |
error.rs
|
refactor(tests): Remove unnecessary color disabling
|
2021-11-02 16:40:31 -05:00 |
examples.rs
|
fixup! formatting lint
|
2021-10-15 21:14:26 +01:00 |
flag_subcommands.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
flags.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
global_args.rs
|
Make sure that ArgMatches methods panic on unknown arg, not return false
|
2021-10-27 02:42:30 +01:00 |
grouped_values.rs
|
Put grouped_values_of behind a feature gate
|
2021-10-26 14:26:50 -05:00 |
groups.rs
|
Dedupe some tests and improve others
|
2021-10-26 22:17:59 +01:00 |
help.rs
|
fix: Always respect positional occurrences
|
2021-11-01 14:14:04 -05:00 |
help_env.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
hidden_args.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
ignore_errors.rs
|
setting: IgnoreErrors - Reaction to review comments
|
2021-06-14 10:26:23 +02:00 |
indices.rs
|
Removed Arg::multiple
|
2021-06-16 07:17:11 +01:00 |
macros.rs
|
feat(doc): Fix many typos in docs, comments and codes found by typos-cli
|
2021-10-19 10:38:22 +09:00 |
multiple_occurrences.rs
|
fix: Always respect positional occurrences
|
2021-11-01 14:14:04 -05:00 |
multiple_values.rs
|
fix(parser): Allow multiple_occurrecnes with positional args
|
2021-10-04 12:09:54 -05:00 |
opts.rs
|
fix(app): Make App and Arg help_heading consistent
|
2021-10-14 11:39:51 -05:00 |
positionals.rs
|
fix(app): Rename generaet_usage to render_usage
|
2021-10-15 09:36:44 -05:00 |
posix_compatible.rs
|
fix(usage)!: Separate mutli-occ from multi-val syntax
|
2021-10-30 12:56:49 -05:00 |
possible_values.rs
|
fix!: Rename ArgValue to PossibleValue
|
2021-10-19 10:10:37 -05:00 |
propagate_globals.rs
|
Rename with_name to new for Arg & ArgGroup
|
2020-05-14 22:50:56 +02:00 |
regex.rs
|
Allow RegexSet for validator_regex
|
2021-10-16 22:30:52 +01:00 |
require.rs
|
Revert "Fixes arg and group with default value having requires"
|
2021-11-03 18:22:19 +00:00 |
subcommands.rs
|
Merge #2817
|
2021-10-16 00:32:52 +00:00 |
template_help.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
tests.rs
|
fix: Loosen reflection lifetimes
|
2021-11-01 16:28:43 -05:00 |
unicode.rs
|
Allow RegexSet for validator_regex
|
2021-10-16 22:30:52 +01:00 |
unique_args.rs
|
Fix warnings
|
2020-05-31 17:53:24 +03:00 |
utf8.rs
|
fix: Provide path to avoid UTF-8 panics
|
2021-08-18 14:15:18 -05:00 |
utf16.rs
|
fix: Provide path to avoid UTF-8 panics
|
2021-08-18 14:15:18 -05:00 |
utils.rs
|
fix(usage)!: Separate mutli-occ from multi-val syntax
|
2021-10-30 12:56:49 -05:00 |
validators.rs
|
Refactor coloring
|
2020-08-28 19:21:05 +03:00 |
version-numbers.rs
|
Remove #[macro_use] from tests
|
2020-02-03 12:01:36 -05:00 |
version.rs
|
fix(help)!: Merge OPTIONS / FLAGS default groups
|
2021-10-13 11:42:10 -05:00 |
yaml.rs
|
fix(test): Fix 'unused return value' lint warnings
|
2021-10-19 16:34:05 +09:00 |