ursetto / chicken-doc

Chicken documentation egg
https://api.call-cc.org/doc/chicken-doc
3 stars 1 forks source link

Implement grep-style ANSI color toggle #5

Closed wasamasa closed 4 years ago

wasamasa commented 4 years ago

Currently ANSI colors are enabled if the environment variable CHICKEN_DOC_COLORS is set to any value and a functional terminal has been detected. This PR implements a check for the specific value of CHICKEN_DOC_COLORS against always/never/auto and either unconditionally enables/disables or autodetects color support. Unknown values are interpreted as unconditionally disabling it.