-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart2native: reverse -o & -k in help #39154
Comments
This ordering is intentional since it is alpha ordered by the (full) flag name:
The confusion I believe comes from some of the flags having an optional abbreviation ('o', 'k', ...), which doesn't follow the same order. I would suggest we leave the order as is. |
Unfortunately the abbreviations come first, so it's easy to think it's a mistake. (I actually missed the One more thing... Some flags have blank lines above them in the help, and some don't. Can we make them all have a blank line separator? |
I personally prefer the current order, but I'll leave it up to you. The blank lines, like some of the previous discussion about formatting choices and key=value pairs, is ultimately up to the args package. |
The help text for dart2native is almost but not quite in alpha order (2.6.0-dev.8.1). Move the
-o
line after-k
, and we'll be good.The text was updated successfully, but these errors were encountered: