diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-01-10 11:32:06 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-01-10 11:32:06 +0100 |
commit | aceb2e1bdfd90ee894d62ea3983e08c8fb771c06 (patch) | |
tree | b190c5858a03d7784e7bf6923b3140c3411c75b3 /koch.nim | |
parent | 013e11fcc4d023cff8bf987631b669032d253f50 (diff) | |
download | Nim-aceb2e1bdfd90ee894d62ea3983e08c8fb771c06.tar.gz |
add 'koch nimsuggest' command for consistency
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 1 |
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() |