You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change from #13 actually
disabled coloring when output device is a TTY device.
Excerpt from BSD manual for `isatty`:
```
RETURN VALUES
The isatty() function returns 1 if fd refers to a terminal type
device; otherwise, it returns 0 and may set errno to indicate the
error.
```
Double negative is hard. 🤦♀️
Anyways.
0 commit comments