..
01a_quick_example.rs
Eradicate warnings and errors: tests and examples
2020-05-02 23:33:47 +03:00
01b_quick_example.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
01c_quick_example.rs
Eradicate warnings and errors: tests and examples
2020-05-02 23:33:47 +03:00
02_apps.rs
Remove extern & macro_use where possible
2020-02-07 07:34:01 +01:00
03_args.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
04_using_matches.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
05_flag_args.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
06_positional_args.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
07_option_args.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
08_subcommands.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
09_auto_version.rs
Remove #[macro_use]
from examples
2020-02-03 12:01:36 -05:00
10_default_values.rs
docs: correct some typos
2020-05-30 11:14:47 +01: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
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02: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 extern & macro_use where possible
2020-02-07 07:34:01 +01:00
17_yaml.rs
Fix formatting
2020-02-03 13:04:07 -05:00
17_yaml.yml
Update 17_yaml.yml
2019-07-25 12:14:05 +02:00
18_builder_macro.rs
Eradicate warnings and errors: tests and examples
2020-05-02 23:33:47 +03:00
19_auto_authors.rs
Remove #[macro_use]
from examples
2020-02-03 12:01:36 -05:00
20_subcommands.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
21_aliases.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
22_stop_parsing_with_--.rs
Rename with_name to new for Arg & ArgGroup
2020-05-14 22:50:56 +02:00
23_flag_subcommands_pacman.rs
example: updated 23 docs & refractor
2020-06-16 20:01:19 -04:00