Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve readability of namadac commands by displaying them in alphabetical order #4084

Open
amadison79 opened this issue Nov 22, 2024 · 0 comments
Labels
cli enhancement New feature or request UX

Comments

@amadison79
Copy link

Currently, the list of commands displayed by namadac in the help output (namadac [OPTIONS] ) is not sorted alphabetically. This makes it difficult to quickly locate a specific command, especially with a large number of subcommands.

I propose sorting the list of commands alphabetically in the help output (namadac --help).

Benefits:

  • Improved readability and navigation.
  • Reduced time needed to find a specific command.
  • Alignment with standards of many Command Line Interfaces (CLI) that sort their commands alphabetically.

Thank you for considering this enhancement.

@amadison79 amadison79 added the enhancement New feature or request label Nov 22, 2024
@tzemanovic tzemanovic added the cli label Nov 23, 2024
@sug0 sug0 added the UX label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement New feature or request UX
Projects
None yet
Development

No branches or pull requests

3 participants