-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Send --help output to stdout #1193
Comments
From my knowledge, help info often in stderr, why need this move? |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
I'd like this too. Sent PR. |
stale
bot
removed
the
stale
A stale issue or PR that will automatically be closed.
label
Dec 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given there are so many flags in the Loki executable, it is easier to find the flag using grep. Currently, the help text goes to stderr which makes it not possible. Do we want to consider moving it to stdout instead?
The text was updated successfully, but these errors were encountered: