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

Replace cerr with cout where not necessary #16

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Replace cerr with cout where not necessary #16

wants to merge 19 commits into from

Conversation

mad-de
Copy link
Contributor

@mad-de mad-de commented Feb 16, 2016

cerr potentially interferes with accessing scripts which are differentiating between cout and cerr outputs (such as mine :( )

@nh2
Copy link
Contributor

nh2 commented Jul 21, 2019

This would be great to have, I also suffer somewhat from stderr being spammed.

The PR looks good to me, the only thing that should be fixed is the 3 added cases of cout << "Usage followed by exit(1). Those should be stderr, because they are actual errors.

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

Successfully merging this pull request may close these issues.

2 participants