Open
Description
Is your feature request related to a problem? Please describe.
We keep adding .command("foo").argument("...").action("...")
to the bottom of the program.
Would be nice if --help
could sort all the commands alphabetically.
Describe the solution you'd like
program.help({sort: 'alphabetically'})
perhaps
Describe alternatives you've considered
Manually re-arrange the blocks of .command("foo").argument("...").action("...")
.
Would you be able to work on it and provide a pull request ?
- Yes
- No
Metadata
Metadata
Assignees
Labels
No labels