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