clap/tests
2020-02-03 12:01:36 -05:00
..
app.yml feat: Add Arg::conflicts_with_everything method #1583 (#1624) 2020-01-06 00:16:28 +05:30
app_2space.yml Fix compiling with "--features yaml" 2019-06-19 16:32:52 -07:00
app_from_crate.rs Added tests for cargo macros, fixes #1478 2020-02-02 08:50:40 +01:00
app_settings.rs fix: Clippy should pass 2020-02-01 06:48:50 +01:00
arg_aliases.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
borrowed.rs style: cargo fmt run 2018-11-14 12:05:06 -05:00
cargo.rs Added tests for cargo macros, fixes #1478 2020-02-02 08:50:40 +01:00
conflicts.rs feat: Add Arg::conflicts_with_everything method #1583 (#1624) 2020-01-06 00:16:28 +05:30
default_vals.rs Provide default_values mimicking default_value 2019-10-29 21:48:10 -04:00
delimiters.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
derive_order.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
env.rs style: cargo fmt run 2018-11-14 12:05:06 -05:00
example1_tmpl_full.txt feat(HELP): Add a Templated Help system. 2016-04-13 07:06:23 -03:00
example1_tmpl_simple.txt feat(HELP): Add a Templated Help system. 2016-04-13 07:06:23 -03:00
flags.rs refactor: remove code going to other crates and deprecations 2018-10-19 23:31:06 -04:00
global_args.rs refactor: removed strings as an internal ID for arguments, groups, and 2019-04-05 20:21:22 -04:00
groups.rs style: format code with rustfmt (#1632) 2020-01-11 23:45:46 +05:30
help.rs Remove #[macro_use] from tests 2020-02-03 12:01:36 -05:00
hidden_args.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
indices.rs style: rustfmt run 2018-08-01 23:13:51 -04:00
macros.rs Remove #[macro_use] from tests 2020-02-03 12:01:36 -05:00
multiple_occurrences.rs fixed: failed of multiple_occurrences with env (#1609) 2019-12-22 23:03:23 +05:30
multiple_values.rs Fixup tests 2019-06-25 19:02:53 -04:00
opts.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
positionals.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
posix_compatible.rs style: rustfmt run 2019-04-05 20:21:33 -04:00
possible_values.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
propagate_globals.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
require.rs style: format code with rustfmt (#1632) 2020-01-11 23:45:46 +05:30
subcommands.rs Fix some clippy lints 2019-10-29 21:46:25 -04:00
template_help.rs fix: Clippy should pass 2020-02-01 06:48:50 +01:00
tests.rs Remove #[macro_use] from tests 2020-02-03 12:01:36 -05:00
unique_args.rs Fixup tests 2019-06-25 19:02:53 -04:00
utf8.rs refactor: remove code going to other crates and deprecations 2018-10-19 23:31:06 -04:00
version-numbers.rs Remove #[macro_use] from tests 2020-02-03 12:01:36 -05:00
version.rs Don't write --version output directly to stdout. (#1602) 2019-11-26 18:39:12 +01:00
yaml.rs Remove #[macro_use] from tests 2020-02-03 12:01:36 -05:00