-
Notifications
You must be signed in to change notification settings - Fork 45
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
--help should list options #101
Comments
Yeah, this would probably be a good thing to add support for here. We should modify the help string to start with a header like
and explain what those two different types of options are. Then we can iterate over We might want to eventually implement |
For this issue, let's aim for the following:
This should be a reasonable community contribution if someone wants to try it. We'll leave the rest for future work. |
This adds an 'shx-options' section the help output, covering options such as --fatal, --silent, etc. This also reformats existing help text slightly. Fixes #101
This adds an 'shx-options' section the help output, covering options such as --fatal, --silent, etc. This also reformats existing help text slightly. Fixes #101
If I run
shx -h
I don’t see, for example, documentation about--noglob
. It’d be helpful if that was documented there for.I tested in a1faf54 (v0.2.1) and it doesn’t appear to be there.
The text was updated successfully, but these errors were encountered: