This commit is contained in:
unknown
2025-12-22 21:25:59 -08:00
parent de126ad813
commit fa8cb08b11

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