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

Error messages should be sent to stderr instead of stdout. #99

Open
markjreed opened this issue Jun 9, 2023 · 0 comments
Open

Error messages should be sent to stderr instead of stdout. #99

markjreed opened this issue Jun 9, 2023 · 0 comments

Comments

@markjreed
Copy link

If the supplied arguments aren't parseable and a usage message is output, it should go to stderr, not stdout. (Whereas if the user requested a usage message with the -help option, that should go to stdout.). This is standard behavior for command-line tools running in a POSIX environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant