mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-03 10:22:11 +01:00
TODO
This commit is contained in:
parent
c580559d01
commit
25a5055238
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ switch (process.argv[2]) {
|
||||||
if (err) { throw err; }
|
if (err) { throw err; }
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
case "--help":
|
||||||
|
// TODO
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
GitStats.get(function (err, data) {
|
GitStats.get(function (err, data) {
|
||||||
console.log(err || data);
|
console.log(err || data);
|
||||||
|
|
Loading…
Reference in a new issue