From 8beed9610640495185e8dce55ca1efe13a7705fd Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Sun, 31 May 2015 18:05:34 -0500 Subject: Colors! --- compiler/commands.nim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler/commands.nim') diff --git a/compiler/commands.nim b/compiler/commands.nim index d30d8326c..285d73e7a 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -532,6 +532,9 @@ proc processSwitch(switch, arg: string, pass: TCmdLinePass, info: TLineInfo) = of "genscript": expectNoArg(switch, arg, pass, info) incl(gGlobalOptions, optGenScript) + of "usecolors": + expectNoArg(switch, arg, pass, info) + incl(gGlobalOptions, optUseColors) of "lib": expectArg(switch, arg, pass, info) libpath = processPath(arg, notRelativeToProj=true) -- cgit 1.4.1-2-gfad0