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