-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Come up with policy for ordering commands in console and change help command #378
Labels
enhancement
Improvement of existing feature or adding something new
Comments
I don't like that all the commands don't fit a screen and you have to scroll to view all of them. |
That's a really good point. What if we treat it like
|
Then we can just sort the usage args by alpha? |
yep 👍 I like it |
josefnpat
added
enhancement
Improvement of existing feature or adding something new
and removed
discussion
Issues with no clear action or preferred solution
labels
Nov 2, 2017
josefnpat
changed the title
Come up with policy for ordering commands in console
Come up with policy for ordering commands in console and change help command
Nov 2, 2017
Ooops. Described similar suggestion in #461. |
#154 is related. |
lets do it with #154 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the commands listed under help are pretty random. We should come up with a policy of some sort, even if it's just "do it alphabetically".
The text was updated successfully, but these errors were encountered: