clap/examples/tutorial_builder
2024-05-14 12:27:02 -05:00
..
01_quick.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
01_quick.rs Pretty sure that apostrophe does not belong 2024-04-22 12:20:23 -05: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: Make arg!(--flag <value>) optional by default 2022-09-12 17:10:01 -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(tutorial): Don't cover 'author' as its not shown 2024-01-17 08:06:56 -06:00
02_crate.md fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
02_crate.rs fix: Make arg!(--flag <value>) optional by default 2022-09-12 17:10:01 -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 feat(parser): Provide convenience for SetTrue 2022-09-01 19:40:56 -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 feat(parser): Provide convenience accessor for Counts 2022-09-01 19:19:55 -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(tutorial): Focus on actions, not macros 2022-08-09 10:23:23 -05:00
03_02_option_mult.md docs(example): Update builder examples to keep in sync with derive examples 2024-04-16 02:20:41 +09:00
03_02_option_mult.rs docs(exmaples): Fix example to better align with intended use case 2024-04-16 02:11:09 +09: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(tutorial): Focus on actions, not macros 2022-08-09 10:23:23 -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: Provide a better example for positional arg append 2022-10-14 12:54:38 +01:00
03_04_subcommands.md docs(tutorial): Attempt to clarify attributes 2023-09-11 20:50:12 -05:00
03_04_subcommands.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05: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 chore: Update from template 2024-05-14 12:27:02 -05:00
04_01_possible.md fix(error): Try to polish/clarify messages 2023-01-06 17:01:36 -06:00
04_01_possible.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05: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 chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04: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: Inline simple non-mixed format args 2023-05-04 15:58:04 -04: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 chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04: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: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00
05_01_assert.rs chore: Inline simple non-mixed format args 2023-05-04 15:58:04 -04:00