Description
If deno is not running in a tty there is currently no way to override it so that colors are shown
Line 250 in 98bbf87
Some options are:
FORCE_COLOR
env var - this would ignore the other values and never setnoColor
--color
flag - similar tols
and other CLI utilsauto
-> current behaviornever
-> same behavior asNO_COLOR
always
-> force color on