mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
add 'koch nimsuggest' command for consistency
This commit is contained in:
1
koch.nim
1
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()
|
||||
|
||||
Reference in New Issue
Block a user