How to display commands in alphabetical order.... #133
Unanswered
CartBlanche
asked this question in
Q&A
Replies: 2 comments
-
There is no setting. I think the commands are unsorted and just appear in the order they're defined: CliFx/CliFx/Formatting/HelpConsoleFormatter.cs Lines 368 to 370 in a09818d You can submit a PR to change that |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Tyrrrz I did submit a PR #134 , before seeing your reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run my app with
meadow --help
the list of commands is not in alphabetical order.
Is there setting or similar that will show the commands in alphabetical order when --help is used?
Beta Was this translation helpful? Give feedback.
All reactions