@@ -113,15 +113,20 @@ Generate report of committers to a git repository
113113
114114```
115115USAGE
116- $ hd report committers [--json] [-m <value>] [-c] [-s]
116+ $ hd report committers [--json] [-x <value>...] [-d <value>] [--monthly] [-m <value> | -s <value> | -e <value> | | ]
117+ [-c] [-s]
117118
118119FLAGS
119- -c, --csv Output in CSV format
120- -m, --months=<value> [default: 12] The number of months of git history to review
121- -s, --save Save the committers report as herodevs.committers.<output>
122-
123- GLOBAL FLAGS
124- --json Format output as json.
120+ -c, --csv Output in CSV format
121+ -d, --directory=<value> Directory to search
122+ -e, --afterDate=<value> [default: 2024-11-19] Start date (format: yyyy-MM-dd)
123+ -m, --months=<value> [default: 12] The number of months of git history to review. Cannot be used along beforeDate
124+ and afterDate
125+ -s, --beforeDate=<value> [default: 2025-11-19] End date (format: yyyy-MM-dd)
126+ -s, --save Save the committers report as herodevs.committers.<output>
127+ -x, --exclude=<value>... Path Exclusions (eg -x="./src/bin" -x="./dist")
128+ --json Output to JSON format
129+ --monthly Break down by calendar month.
125130
126131DESCRIPTION
127132 Generate report of committers to a git repository
@@ -136,7 +141,7 @@ EXAMPLES
136141 $ hd report committers --csv
137142```
138143
139- _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.12 /src/commands/report/committers.ts ) _
144+ _ See code: [ src/commands/report/committers.ts] ( https://github.com/herodevs/cli/blob/v2.0.0-beta.13 /src/commands/report/committers.ts ) _
140145
141146## ` hd scan eol `
142147
0 commit comments