Skip to content
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

Closed
josefnpat opened this issue Nov 2, 2017 · 7 comments
Labels
enhancement Improvement of existing feature or adding something new

Comments

@josefnpat
Copy link
Collaborator

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".

@nesbox
Copy link
Owner

nesbox commented Nov 2, 2017

I don't like that all the commands don't fit a screen and you have to scroll to view all of them.
Maybe, print the commands consecutive without a description...

@nesbox nesbox added the discussion Issues with no clear action or preferred solution label Nov 2, 2017
@josefnpat
Copy link
Collaborator Author

That's a really good point. What if we treat it like import and add a usage case;

> help
usage: help edit|help|import|run|resume|etc
> help folder
open working folder in OS
usage: folder

@josefnpat
Copy link
Collaborator Author

Then we can just sort the usage args by alpha?

@nesbox
Copy link
Owner

nesbox commented Nov 2, 2017

yep 👍 I like it

@josefnpat 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 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
@lolbot-iichan
Copy link

Ooops. Described similar suggestion in #461.

@lolbot-iichan
Copy link

#154 is related.

@nesbox
Copy link
Owner

nesbox commented Oct 28, 2020

lets do it with #154

@nesbox nesbox closed this as completed Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature or adding something new
Projects
None yet
Development

No branches or pull requests

4 participants
@josefnpat @nesbox @lolbot-iichan and others