mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-13 07:31:15 +01:00
Added git-stats output
This commit is contained in:
parent
0a5060a387
commit
9facd32496
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ switch (process.argv[2]) {
|
|||
break;
|
||||
case "--help":
|
||||
// TODO
|
||||
console.log("git-stats");
|
||||
break;
|
||||
default:
|
||||
GitStats.get(function (err, data) {
|
||||
|
|
Loading…
Reference in a new issue