mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore: Apply suggestions from code review
This commit is contained in:
parent
d4c7486662
commit
efe3c707d8
1 changed files with 5 additions and 2 deletions
|
|
@ -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 "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue