fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.3k stars 615 forks source link

:gift: Add FORCE_COLOR support #156

Closed cardil closed 1 year ago

cardil commented 2 years ago

Fixes #155

cardil commented 2 years ago

/cc @fatih

Can I ask you for a review? 🙏

aaronshurley commented 1 year ago

@fatih +1, we have a project that would love to see this capability merged (and released 😁).

fatih commented 1 year ago

Sorry for the late response. But this feature adds complexity that I'm not willing to maintain in the long run.

Forcing color is something that library importers can easily add themselves. I'll evaluate it in the future again if this becomes a standard in the industry (and by standard, I mean it's widely used).

@cardil thanks for you work though, and I hope you understand why I don't want to merge.