clap/examples/tutorial_derive
Kurtis Nusbaum 5430df7a0f feat(derive): Support #[group] attributes
This adds the ability derive additional options for the group creation.

Fixes #4574
2023-03-25 03:25:38 -05:00
..
01_quick.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
01_quick.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
02_app_settings.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
02_app_settings.rs fix: Deprecate Command::allow_negative_numbers 2022-09-07 07:24:42 -05:00
02_apps.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
02_apps.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
02_crate.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
02_crate.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
03_01_flag_bool.md fix(error): Try to polish/clarify messages 2023-01-06 17:01:36 -06:00
03_01_flag_bool.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
03_01_flag_count.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
03_01_flag_count.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
03_02_option.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
03_02_option.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
03_02_option_mult.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
03_02_option_mult.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
03_03_positional.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
03_03_positional.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
03_03_positional_mult.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
03_03_positional_mult.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
03_04_subcommands.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
03_04_subcommands.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
03_04_subcommands_alt.rs docs(examples): Differentiate struct from command name 2023-02-06 10:25:14 -06:00
03_05_default_values.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
03_05_default_values.rs docs(tutorial): Provide better default_value_t example 2022-09-16 16:14:16 -05:00
04_01_enum.md fix(error): Try to polish/clarify messages 2023-01-06 17:01:36 -06:00
04_01_enum.rs docs(derive): Add help text 2022-10-04 16:24:35 -04:00
04_02_parse.md fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
04_02_parse.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00
04_02_validate.md fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
04_02_validate.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
04_03_relations.md fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
04_03_relations.rs feat(derive): Support #[group] attributes 2023-03-25 03:25:38 -05:00
04_04_custom.md fix(error): Match rustc for giving more information 2023-01-03 13:22:35 -06:00
04_04_custom.rs chore: Make format!() calls more readable 2023-01-29 19:14:47 +00:00
05_01_assert.rs docs(derive): Update for new attributes 2022-09-02 15:39:13 -05:00