chore: Apply suggestions from code review

This commit is contained in:
Marc Durdin 2023-08-09 18:28:41 +10:00 committed by GitHub
parent d4c7486662
commit efe3c707d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,14 @@ cd "$THIS_SCRIPT_PATH"
platforms=(android/ ios/ linux/ mac/ web/ windows/ developer/ core/ common/models/)
builder_describe "Stats collector for Keyman PRs and issues" \
builder_describe "Stats collector for Keyman PRs and issues
* You must specify either --start-date (-d) or --start-sprint (-s).
" \
stats+ \
"--start-date,-d=startDate Start date for collecting data, yyyy-mm-dd" \
"--start-sprint,-s=startSprint Or, first sprint to start collecting data for" \
"--stable,-S=stableBranch Branch name for previous stable release"
"--stable,-S=stableBranch Branch name for previous stable release (required)"
builder_parse "$@"