From 60ecd74fa47076a2bcc9e4d8d3423ec73cae53c1 Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 20 Feb 2011 21:59:46 +0100 Subject: [PATCH] koch: 'git' command --- koch.nim | 1 + 1 file changed, 1 insertion(+) 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()