clap/examples
2018-07-23 15:10:12 -04:00
..
01a_quick_example.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
01b_quick_example.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
01c_quick_example.rs imp: Stabilize clap_app! 2016-10-16 21:33:52 +02:00
02_apps.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
03_args.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
04_using_matches.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
05_flag_args.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
06_positional_args.rs Merge pull request #1272 from bspeice/patch-1 2018-06-12 09:54:19 -04:00
07_option_args.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
08_subcommands.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
09_auto_version.rs trivial typo fixes 2017-05-11 20:52:35 -04:00
10_default_values.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
11_only_specific_values.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
12_typed_values.rs tests(v2): fixing more tests on the new v2 base 2016-01-28 11:45:31 -05:00
13a_enum_values_automatic.rs replace Arg::from_usage by Arg::from 2018-04-21 11:59:19 -07:00
13b_enum_values_manual.rs replace Arg::from_usage by Arg::from 2018-04-21 11:59:19 -07:00
14_groups.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00
15_custom_validator.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
16_app_settings.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
17_yaml.rs fix unused import warning 2018-04-21 13:06:11 -07:00
17_yaml.yml trivial typo fixes 2017-05-11 20:52:35 -04:00
18_builder_macro.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
19_auto_authors.rs Fix typos 2018-01-10 21:49:40 -08:00
20_subcommands.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
21_aliases.rs style: rustfmt run 2018-01-25 12:21:17 -05:00
22_stop_parsing_with_--.rs refactor(Arg): changes Arg::short to accept a char instead of &str 2018-07-23 15:10:12 -04:00