main.lua: document NO_COLOR environment variable
This commit is contained in:
parent
4928d200d2
commit
5188ffe174
1 changed files with 5 additions and 0 deletions
5
main.lua
5
main.lua
|
@ -101,6 +101,11 @@ local function help()
|
||||||
]]..a.item("--path-length")..a.value(" {int}")..[[ Sets the path length
|
]]..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-width")..a.value(" {int}")..[[ Sets the path width
|
||||||
]]..a.item("--path-depth")..a.value(" {int}")..[[ Sets the path depth [3d only]
|
]]..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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue