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
Color output is great, but sometimes we need no color (for logging, old terminal, ...). It could be good to add nocolor option.
The text was updated successfully, but these errors were encountered:
Deciding on outputting color based on isatty is usually enough, would that work for your use case?
isatty
Sorry, something went wrong.
I have added isatty, as mentioned by @FFY00, in display.cpp, to drop color when output is not a terminal.
It's good for you ?
seems to be good yes.
No branches or pull requests
Color output is great, but sometimes we need no color (for logging, old terminal, ...).
It could be good to add nocolor option.
The text was updated successfully, but these errors were encountered: