This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
NO_COLOR support #99
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I love
color-eyre
when developing locally; it is so incredibly helpful! But the colors are a problem when deploying to prod where, for example, Cloudwatch logs for AWS Lambda functions just include raw ANSI escape sequences. I'm working around that right now by using this code in my setup function:and making sure our prod deployments include
NO_COLOR=1
.I'd love to see either:
HookBuilder::blank()
selecting either the default dark theme or the blank theme based on the presence ofNO_COLOR
I'm sure you've already seen this, but I found https://no-color.org/ helpful
I'm sorry I don't have the time right now to write up a draft PR for you.
The text was updated successfully, but these errors were encountered: