cliche
cliche copied to clipboard
Enum argument option in alphabetical order
Would it be possible / make sense to show enum argument options in alphabetical order?
When there's many options, I end up spending a few seconds to find what I'm looking for

we could keep the default the same (ordered by enum value), but add an argument to the decorator for this proposed option
I had a go at this and optional args for the decorator in combination with all the dynamic stuff + argparse is hell... I haven't been able to get it to work unfortunately (even though the sorting itself is rather easy)
ok thanks for trying 🙏🏻 not a big deal don't waste too much time