clap/examples
Ed Page 7e899cd340 Revert "Deprecate Arg::help in favour of Arg::about"
This reverts commits 24cb8b1..d0abb37 from clap-rs/clap#1840

This is part of #16.  clap-rs/clap#1840 wasn't the right call but we
don't have time to make the decision now, so instead of having one
option and changing it in 4.0, this reverts back to clap2 behavior.
2021-11-18 12:25:49 -06:00
..
01a_quick_example.rs docs(examples): Align quick_examples 2021-11-17 15:23:31 -06:00
01b_quick_example.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
02_apps.rs Revert "Automatically read license field from Cargo.toml" 2021-11-12 09:55:37 -06:00
03_args.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
04_using_matches.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
05_flag_args.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
06_positional_args.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
07_option_args.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
08_subcommands.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
09_cargo_metadata.rs docs(examples): Provide app_from_crate! example 2021-11-17 15:23:31 -06:00
10_default_values.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
11_only_specific_values.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
12_typed_values.rs docs(examples): Be consistent in define and read order 2021-11-17 15:23:31 -06:00
13_enum_values.rs docs(examples): Move unwrap comments to expect statements 2021-11-17 15:23:31 -06:00
14_groups.rs docs(examples): Use correct arg keys 2021-11-17 15:23:31 -06:00
15_custom_validator.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
16_app_settings.rs docs(examples): Don't crash when subcommand isn't provided 2021-11-17 15:23:31 -06:00
17_yaml.rs style: replacing yml with yaml for consistency 2020-07-20 20:58:34 -03:00
17_yaml.yaml Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
21_aliases.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
22_stop_parsing_with_--.rs docs(example): clarify stop_parsing_with_-- 2021-08-03 13:41:54 +02:00
23_flag_subcommands_pacman.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
24a_multicall_busybox.rs Revert "Deprecate Arg::help in favour of Arg::about" 2021-11-18 12:25:49 -06:00
24b_multicall_hostname.rs docs(examples): Be explicit in multicall for what clap does 2021-11-17 15:23:31 -06:00