komorebi
komorebi copied to clipboard
[FEAT]: Alphabetize/organize `komorebic --help` output
Currently komorebic --help
prints a list of commands in a random order, which makes it difficult to scan through them when looking for something. It would be helpful if the list of commands were printed in alphabetical order.
Alternatively, if you wanted to get fancy, you could divide the commands into different sections (e.g., those related to focus, those related to layouts, etc.) and print these out with separate section headers, alphabetized within each section.
I just feel like there are a ton of commands now, so it would make sense to give some thought to readability/scanability when listing them :)
https://github.com/clap-rs/clap/issues/1553 once this lands in clap I think the grouping is a great idea!