summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-01-10 11:32:06 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-01-10 11:32:06 +0100
commitaceb2e1bdfd90ee894d62ea3983e08c8fb771c06 (patch)
treeb190c5858a03d7784e7bf6923b3140c3411c75b3 /koch.nim
parent013e11fcc4d023cff8bf987631b669032d253f50 (diff)
downloadNim-aceb2e1bdfd90ee894d62ea3983e08c8fb771c06.tar.gz
add 'koch nimsuggest' command for consistency
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim
index ea58031c6..25c2c6f06 100644
--- a/koch.nim
+++ b/koch.nim
@@ -480,6 +480,7 @@ of cmdArgument:
   of "temp": temp(op.cmdLineRest)
   of "winrelease": winRelease()
   of "nimble": buildNimble(existsDir(".git"))
+  of "nimsuggest": bundleNimsuggest(buildExe=true)
   of "tools": buildTools(existsDir(".git"))
   of "pushcsource", "pushcsources": pushCsources()
   else: showHelp()