From 5188ffe174300f964fc931d41665b8c4a052511a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 6 Sep 2020 01:52:23 +0100 Subject: [PATCH] main.lua: document NO_COLOR environment variable --- main.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.lua b/main.lua index 2cecea9..abbc811 100644 --- a/main.lua +++ b/main.lua @@ -101,6 +101,11 @@ local function help() ]]..a.item("--path-length")..a.value(" {int}")..[[ Sets the path length ]]..a.item("--path-width")..a.value(" {int}")..[[ Sets the path width ]]..a.item("--path-depth")..a.value(" {int}")..[[ Sets the path depth [3d only] + +]]..a.header("Environment Variables:")..[[ + + ]]..a.item("NO_COLOR")..[[ Disable ANSI escape sequences (aka coloured output) + ]]) end