clap/examples
2016-07-25 20:15:58 -04:00
..
01a_quick_example.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
01b_quick_example.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
01c_quick_example.rs tests(v2): fixing more tests on the new v2 base 2016-01-28 11:45:31 -05:00
02_apps.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
03_args.rs chore: fixes doc and style mistakes 2016-01-28 21:58:40 -05:00
04_using_matches.rs refactor(Examples): corrects compiler warnings about names 2015-08-30 15:43:57 -04:00
05_flag_args.rs refactor(Examples): corrects compiler warnings about names 2015-08-30 15:43:57 -04:00
06_positional_args.rs refactor(Examples): corrects compiler warnings about names 2015-08-30 15:43:57 -04:00
07_option_args.rs refactor(v2): improving macros for code dedup 2016-01-28 11:45:31 -05:00
08_subcommands.rs refactor(Examples): corrects compiler warnings about names 2015-08-30 15:43:57 -04:00
09_auto_version.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
10_default_values.rs docs(Examples): adds better usage examples instead of having unused variables 2015-08-30 16:29:45 -04:00
11_only_specific_values.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -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 imp(arg_enum): enum declared with arg_enum returns [&'static str; #] instead of Vec 2016-01-31 08:23:34 -05:00
13b_enum_values_manual.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
14_groups.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
15_custom_validator.rs docs: updates examples for 2x release 2016-01-28 11:46:12 -05:00
16_app_settings.rs docs(Examples): adds better usage examples instead of having unused variables 2015-08-30 16:29:45 -04:00
17_yaml.rs tests(yaml): use scope wide attribute 2016-01-11 21:13:14 -08:00
17_yaml.yml docs(YAML): fixes example 17's incorrect reference to arg_groups instead of groups 2016-07-25 20:15:58 -04:00
18_builder_macro.rs tests(v2): fixing more tests on the new v2 base 2016-01-28 11:45:31 -05:00
19_auto_authors.rs removed unstable gate from crate_authors 2016-07-23 15:56:42 -07:00
20_aliases.rs test: adds failing doc test 2016-05-11 20:16:56 +02:00