clap/examples
2021-11-23 17:10:01 -06:00
..
01a_quick_example.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
01a_quick_example.rs refactor: Port over to arg! 2021-11-23 09:37:14 -06:00
01b_quick_example.md test: More thoroughly test examples 2021-11-23 13:13:41 -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.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
02_apps.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
03_args.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
03_args.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
04_using_matches.md test: More thoroughly test examples 2021-11-23 13:13:41 -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.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
05_flag_args.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
06_positional_args.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
06_positional_args.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
07_option_args.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
07_option_args.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
08_subcommands.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
08_subcommands.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
09_cargo_metadata.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
09_cargo_metadata.rs docs(examples): Provide app_from_crate! example 2021-11-17 15:23:31 -06:00
10_default_values.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
10_default_values.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
11_only_specific_values.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
11_only_specific_values.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
12_typed_values.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
12_typed_values.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
13_enum_values.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
13_enum_values.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
14_groups.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
14_groups.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
15_custom_validator.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
15_custom_validator.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
16_app_settings.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
16_app_settings.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
21_aliases.md test: More thoroughly test examples 2021-11-23 13:13:41 -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_--.md test: More thoroughly test examples 2021-11-23 13:13:41 -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.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
23_flag_subcommands_pacman.rs test: More thoroughly test examples 2021-11-23 13:13:41 -06:00
24a_multicall_busybox.md test: Verify examples based on feature flags 2021-11-23 17:10:01 -06:00
24a_multicall_busybox.rs test: Verify examples based on feature flags 2021-11-23 17:10:01 -06:00
24b_multicall_hostname.md test: Verify examples based on feature flags 2021-11-23 17:10:01 -06:00
24b_multicall_hostname.rs test: Verify examples based on feature flags 2021-11-23 17:10:01 -06:00
README.md test: More thoroughly test examples 2021-11-23 13:13:41 -06:00

clap Examples

Each example is accompanying by a markdown file demonstrating its features.

Contributing

Each example must have a markdown file. They are verified using trycmd.