From aceb2e1bdfd90ee894d62ea3983e08c8fb771c06 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 10 Jan 2017 11:32:06 +0100 Subject: [PATCH] add 'koch nimsuggest' command for consistency --- koch.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/koch.nim b/koch.nim index ea58031c69..25c2c6f068 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()