This commit is contained in:
unknown
2025-12-22 21:23:31 -08:00
parent a40ad9c616
commit de126ad813
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ while (( $# > 0 )); do
case "$1" in
--*)
key="${1#--}"
if [[ -n "$2" && "$2" != --* ]]; then
if [[ -n "$2" && "${2}:-" != --* ]]; then
arguments[$key]="$2"
shift 2
continue