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
The current nirum CLI terminates with exit code 0 even when it's errored. Also it prints error messages into stdout instead of stderr.
nirum
0
stdout
stderr
We could utilize die function provided by the standard library System.Exit module.
die
System.Exit
The text was updated successfully, but these errors were encountered:
@admire93 @AiOO See also Exit Codes With Special Meanings.
Fixed #108
kanghyojun
AiOO
Successfully merging a pull request may close this issue.
The current
nirum
CLI terminates with exit code0
even when it's errored. Also it prints error messages intostdout
instead ofstderr
.We could utilize
die
function provided by the standard librarySystem.Exit
module.The text was updated successfully, but these errors were encountered: