diff --git a/koch.nim b/koch.nim index 76039e7216..59790ab201 100755 --- a/koch.nim +++ b/koch.nim @@ -214,6 +214,7 @@ of cmdArgument: of "inno": inno(op.cmdLineRest) of "install": install(op.cmdLineRest) of "nim": nim(op.cmdLineRest) + of "git": git() else: showHelp() of cmdEnd: showHelp()