-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Encourage colored-output common practices #18
Comments
To be clear, I wouldn't put this directly in |
I'm happy to support any efforts technically, but I have no opinion on which standard/policy users should follow. |
Providing a default path for getting people to follow common practices
Common practices include:
TERM=dumb
checksenable_windows_ascii
and disable color when it fails-
--color=<always|auto|never>
Since the CLI arg would involve integrating with another crate in the public API (like
structopt
/clap3
), unsure whether that should be left to another crate to avoid coupling their breaking changes to yansi's.The text was updated successfully, but these errors were encountered: