From d4d8b2b91f7ba000d97a8b2aab48c85000c11314 Mon Sep 17 00:00:00 2001
From: Michael Biebl
If the environment variable NO_COLOR is set (to any value),
- then coloring is disabled with mode "auto". Explicitly enabling coloring overrides
+
If the environment variable NO_COLOR is set (to any non-empty value),
+ then coloring is disabled with mode "auto". If the environment variable CLICOLOR_FORCE
+ is set (to any non-empty value), then coloring is enabled with mode "auto". Explicitly enabling coloring overrides
the environment variable.