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 d4c7486 commit efe3c70Copy full SHA for efe3c70
resources/stats/stats.sh
@@ -15,11 +15,14 @@ cd "$THIS_SCRIPT_PATH"
15
16
platforms=(android/ ios/ linux/ mac/ web/ windows/ developer/ core/ common/models/)
17
18
-builder_describe "Stats collector for Keyman PRs and issues" \
+builder_describe "Stats collector for Keyman PRs and issues
19
+
20
+* You must specify either --start-date (-d) or --start-sprint (-s).
21
+" \
22
stats+ \
23
"--start-date,-d=startDate Start date for collecting data, yyyy-mm-dd" \
24
"--start-sprint,-s=startSprint Or, first sprint to start collecting data for" \
- "--stable,-S=stableBranch Branch name for previous stable release"
25
+ "--stable,-S=stableBranch Branch name for previous stable release (required)"
26
27
builder_parse "$@"
28
0 commit comments