Add support for --nocolor flag

This commit is contained in:
Joshua Granick
2014-05-27 10:45:27 -07:00
parent 4a2aa5a518
commit 133c82c770
2 changed files with 4 additions and 0 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -1094,6 +1094,10 @@ class RunScript {
flags.set ("debug", "");
case "-nocolor":
Sys.putEnv ("HXCPP_NO_COLOR", "");
default:
flags.set (arg.substr (1), "");