-
Notifications
You must be signed in to change notification settings - Fork 73
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
move --help from stderr to stout #2105
Comments
This requires tweaking docopt a bit. Added it to the backlog @ondohotola . |
Thanks. |
To confirm, looking at GNU guidelines... https://www.gnu.org/prep/standards/standards.html#g_t_002d_002dhelp It does specify that |
Moved qsv_docopt crate to https://github.com/dathere/qsv-docopt. Fixes will be done there going forward. @rzmk, also will implement the enhancement there so qsv pro can show usage text. Thinking of using markdown on all usage text so it looks prettier on qsv pro... |
If switching to markdown for the usage text then it may be neat to render it as formatted in the terminal too:
|
termimad looks awesome @rzmk! Apart from styling, it handles scrolling too! |
If I run
--help
I have to add2>&1
before I can pipe it throughless
which I don't have to do for--list
.I often forget and then have to quit
less
, repeat the command, with the redirection.The text was updated successfully, but these errors were encountered: