mixmastamyk / console

Comprehensive utility library for terminals. “Better… Stronger… Faster.”
GNU Lesser General Public License v3.0
34 stars 5 forks source link

Environment vars that disable color disable effects as well #10

Open mixmastamyk opened 3 years ago

mixmastamyk commented 3 years ago

env NO_COLOR=1 turns off fx.italic as well.

This was not intended, although I could imagine a argument to keep it.

tty=false should disable everything, but NO_COLOR et al, probably shouldn't.