Closed
Description
The current nirum
CLI terminates with exit code 0
even when it's errored. Also it prints error messages into stdout
instead of stderr
.
We could utilize die
function provided by the standard library System.Exit
module.
The current nirum
CLI terminates with exit code 0
even when it's errored. Also it prints error messages into stdout
instead of stderr
.
We could utilize die
function provided by the standard library System.Exit
module.