clap/tests/ui
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
..
arg_required_else_help_stderr.toml fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
error_stderr.toml test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00
h_flag_stdout.toml fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
help_cmd_stdout.toml fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
help_flag_stdout.toml fix(help): Subcommand display order respects Command::next_display_order 2022-07-22 15:03:16 -05:00
V_flag_stdout.toml test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00
version_flag_stdout.toml test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00