AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.07k stars 350 forks source link

Support NO_COLOR Environment Variable #447

Closed jbristowe closed 1 year ago

jbristowe commented 1 year ago

Survey should respect a NO_COLOR environment variable for reasons articulated at https://no-color.org/ and https://clig.dev/#output. Currently, Survey emits text with colors no matter what value is specified for this environment variable.