clap/examples
2021-06-11 22:41:37 +02:00
..
01a_quick_example.rs Automatically read license field from Cargo.toml 2020-12-09 00:16:19 +01:00
01b_quick_example.rs Automatically read license field from Cargo.toml 2020-12-09 00:16:19 +01:00
01c_quick_example.rs Automatically read license field from Cargo.toml 2020-12-09 00:16:19 +01:00
02_apps.rs Automatically read license field from Cargo.toml 2020-12-09 00:16:19 +01:00
03_args.rs the word "Subcommand" was accidentally removed 2021-06-11 22:41:37 +02:00
04_using_matches.rs Automatically read license field from Cargo.toml 2020-12-09 00:16:19 +01:00
05_flag_args.rs Demangle interlinking flags 2021-03-09 13:45:11 +00:00
06_positional_args.rs Make all examples compile & run without failure. 2020-08-23 11:23:43 -07:00
07_option_args.rs Make all examples compile & run without failure. 2020-08-23 11:23:43 -07:00
08_subcommands.rs the word "Subcommand" was accidentally removed 2021-06-11 22:41:37 +02:00
09_auto_version.rs Remove #[macro_use] from examples 2020-02-03 12:01:36 -05:00
10_default_values.rs Fix minor typos in 10_default_values.rs 2021-04-01 17:41:17 -04:00
11_only_specific_values.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
12_typed_values.rs Replace value_t*! macros with methods 2020-04-13 04:20:09 +03:00
13_enum_values.rs Clean up arg_enum 2020-04-22 14:38:16 +02:00
14_groups.rs Make all examples compile & run without failure. 2020-08-23 11:23:43 -07:00
15_custom_validator.rs Rename with_name to new for Arg & ArgGroup 2020-05-14 22:50:56 +02:00
16_app_settings.rs Remove Arg::settings to be consistent with App 2021-02-12 10:42:38 +00:00
17_yaml.rs style: replacing yml with yaml for consistency 2020-07-20 20:58:34 -03:00
17_yaml.yaml Ignore extra fields in YAML only when specified 2021-06-01 21:59:44 +01:00
18_builder_macro.rs the word "Subcommand" was accidentally removed 2021-06-11 22:41:37 +02:00
19_auto_authors.rs Remove #[macro_use] from examples 2020-02-03 12:01:36 -05:00
20_subcommands.rs the word "Subcommand" was accidentally removed 2021-06-11 22:41:37 +02:00
21_aliases.rs Automatically read license field from Cargo.toml 2020-12-09 00:16:19 +01:00
22_stop_parsing_with_--.rs Demangle interlinking flags 2021-03-09 13:45:11 +00:00
23_flag_subcommands_pacman.rs Demangle interlinking flags 2021-03-09 13:45:11 +00:00