mirror of
https://github.com/github/spec-kit.git
synced 2026-02-03 14:33:36 +00:00
Merge pull request #918 from wfongcn/patch-1
Change loop condition to include last argument
This commit is contained in:
@@ -6,7 +6,7 @@ JSON_MODE=false
|
|||||||
SHORT_NAME=""
|
SHORT_NAME=""
|
||||||
ARGS=()
|
ARGS=()
|
||||||
i=0
|
i=0
|
||||||
while [ $i -lt $# ]; do
|
while [ $i -le $# ]; do
|
||||||
arg="${!i}"
|
arg="${!i}"
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
--json)
|
--json)
|
||||||
|
|||||||
Reference in New Issue
Block a user