Added git-stats output

This commit is contained in:
Ionică Bizău 2015-01-26 10:22:58 +02:00
parent 0a5060a387
commit 9facd32496
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ switch (process.argv[2]) {
break;
case "--help":
// TODO
console.log("git-stats");
break;
default:
GitStats.get(function (err, data) {