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
Propose extending the io module with Stderr class and adding:
io
Stderr
Stderr.write(s) - Write a string to srderr Stderr.print(s) - Write a string to stderr followed by a newline
Stderr.write(s)
Stderr.print(s)
Related: #74
This is towards the goal of making the CLI actually useful for shell scripting. Print errors and returning error codes is critical.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Propose extending the
io
module withStderr
class and adding:Stderr.write(s)
- Write a string to srderrStderr.print(s)
- Write a string to stderr followed by a newlineRelated: #74
This is towards the goal of making the CLI actually useful for shell scripting. Print errors and returning error codes is critical.
The text was updated successfully, but these errors were encountered: