-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Wrong order of arguments when using application #95
Comments
oh that if true, seems like visual issue only. could you pls check if the functioning is as expected even though help output is different. thank you |
It's only visual, not a big issue, but quite confusing if the order is mixed up and you trust the help. I'm not sitting in front of the computer right now, but the problem could be found here: |
thanks for feedback, fixed in #97 |
fix(helper): arguments help output must not be sorted #95
Thanks for your work! |
I noticed that when using the cli application and adding two or more arguments for a command, the ordering of the arguments in the help may differ from the setup.
This is what I configured for a certain command:
And this is what the help for the given command outputs:
It seems like the output of the help command orders the arguments by name ascending.
The text was updated successfully, but these errors were encountered: