-
Notifications
You must be signed in to change notification settings - Fork 903
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
Running choco
should produce name/version AND further instructions
#1083
Comments
FYI @dragon788 |
Hi, I want to start contributing. This seems like a good one to start with. I haven't seen a pull request for this item yet so I assume it's still up for grabs ? |
Yes sir. Just read over CONTRIBUTING in it's entirety. It is very specific even about how to write your commit messages. HTH. Looking forward to your PR. |
That's awesome, will do. Thanks! |
Sorry about the delay, I don't have much time during the work week... I read CONTRIBUTING, reviewed the code, made the changes, tested the changes. Now I'm going to re-read CONTRIBUTING ;) and send that pull request soon |
When a user simply runs `choco`, display a brief usage message. This will help users who are not familiar with Chocolatey get up to speed faster with commands and how to get help.
* pr1094: (GH-1083) Display Usage When No Arguments Passed
* stable: (GH-1083) Display Usage When No Arguments Passed
When a user simply runs `choco`, display a brief usage message. This will help users who are not familiar with Chocolatey get up to speed faster with commands and how to get help.
Right now running
choco
producesChocolatey v###
and nothing else, leaving folks sometimes wondering what the next thing they should do.Instead it would be better if it produced a message like this:
The text was updated successfully, but these errors were encountered: