add 'koch nimsuggest' command for consistency

This commit is contained in:
Andreas Rumpf
2017-01-10 11:32:06 +01:00
parent 013e11fcc4
commit aceb2e1bdf

View File

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