clap/examples/derive_ref
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
..
augment_args.rs fix(derive)!: Remove value_parser/action defaulted attributes 2022-07-22 20:07:47 -05:00
augment_subcommands.rs fix(derive)!: Remove value_parser/action defaulted attributes 2022-07-22 20:07:47 -05:00
custom-bool.md fix(help): Don't rely on ALL CAPS for headers 2022-08-26 10:21:18 -05:00
custom-bool.rs feat(derive): Expose control over Actions 2022-06-06 11:35:07 -05:00
flatten_hand_args.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
hand_subcommand.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
interop_tests.md fix(help): Shift focus to subcommands, when present 2022-08-26 10:59:40 -05:00