This commit is contained in:
Ionică Bizău 2015-01-26 10:10:06 +02:00
parent c580559d01
commit 25a5055238
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ switch (process.argv[2]) {
if (err) { throw err; }
});
break;
case "--help":
// TODO
break;
default:
GitStats.get(function (err, data) {
console.log(err || data);