mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
- Add recursive sortCommands function to sort commands and subcommands alphabetically - Add sortFlags function to sort flags alphabetically by name - Add getFlagName helper to extract flag names from different flag types - Sort both top-level commands and all nested subcommands recursively - Sort command-specific flags while preserving auto-generated help flags - Improve CLI usability by making commands and options easier to find Commands and subcommands are now displayed in alphabetical order in help output. All user-defined flags are sorted alphabetically within each command.