mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Alphabetize/organize komorebic --help output
#175
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maxbane on GitHub (Jan 23, 2023).
Currently
komorebic --helpprints 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 :)
@LGUG2Z commented on GitHub (Feb 12, 2023):
https://github.com/clap-rs/clap/issues/1553 once this lands in clap I think the grouping is a great idea!