clap/tests
CreepySkeleton 5589276093 Rename App::set_term_width to term_width
None of the other methods that move self have the `set_` prefix
2020-05-18 12:46:14 +03:00
..
fixtures Fix some stuff 2020-05-12 10:39:24 +02:00
app_from_crate.rs Finished color refactor 2020-04-16 12:51:26 +02:00
app_settings.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
arg_aliases.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
arg_aliases_short.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
borrowed.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
cargo.rs Finished color refactor 2020-04-16 12:51:26 +02:00
conflicts.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
default_vals.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
delimiters.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
derive_order.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
env.rs Make sure that command line OVERRIDES env, not prepends (fix #1835) 2020-04-22 11:35:20 +03:00
flags.rs Turn some integration tests into unit tests 2020-03-19 10:49:49 +03:00
global_args.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
groups.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
help.rs Rename App::set_term_width to term_width 2020-05-18 12:46:14 +03:00
hidden_args.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
indices.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
macros.rs fix(macros): fixes broken pattern which prevented calling multi-argument Arg methods 2020-05-12 00:45:32 +02:00
multiple_occurrences.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
multiple_values.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
opts.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
positionals.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
posix_compatible.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
possible_values.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
propagate_globals.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
require.rs fix test 2020-05-15 08:25:01 -07:00
subcommands.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
template_help.rs Put the test helper in tests 2020-02-04 09:51:46 +01:00
tests.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
unique_args.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
utf8.rs Put the test helper in tests 2020-02-04 09:51:46 +01:00
utf16.rs add tests for invalid UTF-16 on Windows 2020-05-05 18:18:30 -04:00
utils.rs Finished color refactor 2020-04-16 12:51:26 +02:00
validators.rs ensure that validation failure error message includes a newline. also add a basic test of a failed validation 2020-05-17 08:50:35 -07:00
version-numbers.rs Remove #[macro_use] from tests 2020-02-03 12:01:36 -05:00
version.rs Updated test and usage of older help APIs with about 2020-04-27 02:42:07 +05:30
yaml.rs allow short aliases on Arg 2020-05-11 11:21:01 -04:00