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

Print error messages to stderr #45

Open
redneb opened this issue Oct 31, 2017 · 1 comment
Open

Print error messages to stderr #45

redneb opened this issue Oct 31, 2017 · 1 comment

Comments

@redneb
Copy link

redneb commented Oct 31, 2017

Currently ect sends all of its output to stdout, including error messages, e.g.

$ ect doesnotexist.png 2>/dev/null 
doesnotexist.png: bad file
No compatible files found

It would be nice if it sent error messages to `stderr following the common convention in unix.

@fhanau
Copy link
Owner

fhanau commented Nov 2, 2017

I'll keep that in mind, but as this would require a lot of work and there is no stdin/stdout IO support, this is low priority.

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

2 participants