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()