From 6cbfb57ab76350934037c360b088d0592a5df017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Kladari=C4=87?= Date: Wed, 10 Apr 2024 15:08:56 +0200 Subject: [PATCH] DOCS: Disabling colors via environment variable (#2907) --- documentation/colors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/colors.md b/documentation/colors.md index 2247329c9..4daafdb5d 100644 --- a/documentation/colors.md +++ b/documentation/colors.md @@ -15,6 +15,8 @@ codes. In order to do so, a global `--no-colors` command option is provided, which when set `--no-colors=true`, will disable colors globally. +Alternatively, a `NO_COLOR` environment variable set to any non-empty string will disable color output. + ## (Force) Enable colors If color support is not correctly detected, providing `--no-colors=false` would