We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333704b commit 51ede53Copy full SHA for 51ede53
README.md
@@ -48,7 +48,7 @@ curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/i
48
Then, run `git-stats --help` and see what the cli tool can do.
49
50
```sh
51
-$ git-stats --help
+$ git-stats -h
52
Usage: git-stats [options]
53
54
Options:
@@ -65,6 +65,7 @@ Options:
65
--record <data> Records a new commit. Don't use this unless you
66
are a mad scientist. If you are a developer, just
67
use this option as part of the module.
68
+ -r, --raw Outputs a dump of the raw JSON data.
69
-h, --help Displays this help.
70
-v, --version Displays version information.
71
0 commit comments