From 9facd32496f0689f41c13e3f8c0accf1a9836ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 26 Jan 2015 10:22:58 +0200 Subject: [PATCH] Added git-stats output --- bin/git-stats | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-stats b/bin/git-stats index 11a3664..84417ca 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -17,6 +17,7 @@ switch (process.argv[2]) { break; case "--help": // TODO + console.log("git-stats"); break; default: GitStats.get(function (err, data) {