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
At the moment, error messages are reported in json. This is not very user-oriented!
We should just print the error message to stderr (and keep the exit status of 1), with plenty of bold red text.
There may be crates that help us do that, for example https://crates.io/crates/exit.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
At the moment, error messages are reported in json. This is not very user-oriented!
We should just print the error message to stderr (and keep the exit status of 1), with plenty of bold red text.
There may be crates that help us do that, for example https://crates.io/crates/exit.
The text was updated successfully, but these errors were encountered: