mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-13 07:31:15 +01:00
Added handling of "-h" parameter
This commit is contained in:
parent
c941e03f6b
commit
6aec0c9e09
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ switch (process.argv[2]) {
|
|||
});
|
||||
break;
|
||||
case "--help":
|
||||
case "-h":
|
||||
console.log(Fs.readFileSync(__dirname + "/docs/help", "utf-8"));
|
||||
break;
|
||||
case "-v":
|
||||
|
|
Loading…
Reference in a new issue