mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 21:32:10 +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; }
|
||||
});
|
||||
break;
|
||||
case "--help":
|
||||
// TODO
|
||||
break;
|
||||
default:
|
||||
GitStats.get(function (err, data) {
|
||||
console.log(err || data);
|
||||
|
|
Loading…
Reference in a new issue