clap/examples/tutorial_builder
Ed Page 83d6add9aa fix(help): Shift focus to subcommands, when present
In surveying various tools and CLI parsers, I noticed they list the
subcommands first.  This puts an emphasis on them which makes sense
because that is most likely what an end user is supposed to pass in
next.

Listing them last aligns with the usage order but it probably doesn't
outweigh the value of getting a user moving forward.
2022-08-26 10:59:40 -05:00
..
01_quick.md fix(help): Shift focus to subcommands, when present 2022-08-26 10:59:40 -05:00
01_quick.rs docs(tutorial): Use arg!s action selection 2022-08-08 14:36:29 -05:00
02_app_settings.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
02_app_settings.rs fix(help)!: Make DeriveDisplayOrder the default, removing it 2022-07-22 15:52:03 -05:00
02_apps.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
02_apps.rs fix(parser): Simplify the common getter API 2022-05-25 10:50:42 -05:00
02_crate.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
02_crate.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
03_01_flag_bool.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
03_01_flag_bool.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
03_01_flag_count.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
03_01_flag_count.rs docs(tutorial): Focus on actions, not macros 2022-08-09 10:23:23 -05:00
03_02_option.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05: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 fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
03_02_option_mult.rs docs(tutorial): Further expand on actions 2022-08-09 16:33:02 -05:00
03_03_positional.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05: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): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
03_03_positional_mult.rs docs(tutorial): Further expand on actions 2022-08-09 16:33:02 -05:00
03_04_subcommands.md fix(help): Shift focus to subcommands, when present 2022-08-26 10:59:40 -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): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
03_05_default_values.rs docs(tutorial): Focus on actions, not macros 2022-08-09 10:23:23 -05:00
04_01_enum.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
04_01_enum.rs fix!: Remove lifetime from PossibleValue 2022-08-19 12:44:29 -05:00
04_01_possible.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
04_01_possible.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
04_02_parse.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
04_02_parse.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
04_02_validate.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
04_02_validate.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
04_03_relations.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
04_03_relations.rs fix!: Switch from &[] to IntoIterator 2022-08-12 15:45:02 -05:00
04_04_custom.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
04_04_custom.rs fix!: Remove rest of deprecated APIs 2022-08-01 15:21:33 -05:00
05_01_assert.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00