From 99b36cb71ec2b4b4468e8d1a170809445923d3c1 Mon Sep 17 00:00:00 2001 From: Clay Sweetser Date: Tue, 14 Oct 2014 21:16:18 -0400 Subject: [PATCH] Allow koch.nim to be run without a failure if given no arguments. --- koch.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koch.nim b/koch.nim index 3ea3475b94..bd3c9552bf 100644 --- a/koch.nim +++ b/koch.nim @@ -329,7 +329,7 @@ proc temp(args: string) = proc showHelp() = quit(HelpText % [NimVersion & repeatChar(44-len(NimVersion)), - CompileDate, CompileTime]) + CompileDate, CompileTime], QuitSuccess) var op = initOptParser() op.next()