TIL: NO_COLOR
Today I learned there is an informal standard environment variable NO_COLOR which when set to a non-empty string will
cause a significant number
of CLI tools to not print any ANSI colour in their output.
One to bear in mind when using (or writing) CLI tools.