-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Labels
suggestionsuggestions for new features (yet to be agreed)suggestions for new features (yet to be agreed)
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
colors.setNoColor(runtimeOptions.noColor || !runtimeOptions.isTty); |
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
mdekstrand, jcbhmr, 0f-0b and donatj
Metadata
Metadata
Assignees
Labels
suggestionsuggestions for new features (yet to be agreed)suggestions for new features (yet to be agreed)