clap/examples
Ed Page 389ff4ff21 fix(help): Subcommand display order respects Command::next_display_order
Previous behavior:
- They'd be sorted by default
- They'd derive display order if `DeriveDisplayOrder` was set
  - This could be set recursively
- The initial display order value for subcommands was 0

New behavior:
- Sorted order is derived by default
- Sorting is turned on by `cmd.next_display_order(None)`
  - This is not recursive, it must be set on each level
- The display order incrementing is mixed with arguments
  - This does make it slightly more difficult to predict
2022-07-22 15:03:16 -05:00
..
derive_ref fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
tutorial_builder fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
tutorial_derive fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
cargo-example-derive.md docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
cargo-example-derive.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
cargo-example.md docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
cargo-example.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
demo.md docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
demo.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
escaped-positional-derive.md docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
escaped-positional-derive.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
escaped-positional.md docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
escaped-positional.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
git-derive.md fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
git-derive.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
git.md fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
git.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
multicall-busybox.md fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
multicall-busybox.rs fix(parser): Deprecate ArgMatches::is_present 2022-06-10 14:21:25 -05:00
multicall-hostname.md fix!: Remove App alias for Command 2022-07-21 15:08:37 -05:00
multicall-hostname.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
pacman.md fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
pacman.rs fix(parser): Deprecate ArgMatches::is_present 2022-06-10 14:21:25 -05:00
repl.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
typed-derive.md docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00
typed-derive.rs docs: Move everything to docs.rs 2022-07-19 13:30:38 -05:00