miller/internal/pkg/colorizer
John Kerl 4c5dba6036
Enable output colorization on Windows by default (#1051)
* Enable output colorization on Windows following after #1045

* doc updates
2022-07-07 15:12:44 -04:00
..
colorizer.go Enable output colorization on Windows by default (#1051) 2022-07-07 15:12:44 -04:00
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00

ANSI colors for key/value color highlighting, test pass/fail, etc.

Not placed in the internal/pkg/platform directory since these don't check the build-for platform but rather simply the TERM environment variable.