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
CLI usually use color to output different log more visually, e.g. red for error.
Choosing a crate which provides this would be a good inclusion to https://github.com/rust-cli/book/blob/master/src/in-depth/human-communication.md
The text was updated successfully, but these errors were encountered:
Agreed that we need to add more guidance around colored output.
I'd recommend using anstream as the basis for it. Because its "good enough" and cheap, I'd then probably use anstyle with it.
anstream
anstyle
(anstream uses anstyle, as well as env_logger and clap so its a "common" dependency)
env_logger
clap
Sorry, something went wrong.
No branches or pull requests
CLI usually use color to output different log more visually, e.g. red for error.
Choosing a crate which provides this would be a good inclusion to https://github.com/rust-cli/book/blob/master/src/in-depth/human-communication.md
The text was updated successfully, but these errors were encountered: