We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently ect sends all of its output to stdout, including error messages, e.g.
ect
stdout
$ 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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Currently
ect
sends all of its output tostdout
, including error messages, e.g.It would be nice if it sent error messages to `stderr following the common convention in unix.
The text was updated successfully, but these errors were encountered: