Add support for --nocolor flag
This commit is contained in:
@@ -1094,6 +1094,10 @@ class RunScript {
|
|||||||
|
|
||||||
flags.set ("debug", "");
|
flags.set ("debug", "");
|
||||||
|
|
||||||
|
case "-nocolor":
|
||||||
|
|
||||||
|
Sys.putEnv ("HXCPP_NO_COLOR", "");
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
flags.set (arg.substr (1), "");
|
flags.set (arg.substr (1), "");
|
||||||
|
|||||||
Reference in New Issue
Block a user