list: Spacing fix

This commit is contained in:
tschettervictor
2025-04-20 18:43:23 -06:00
committed by GitHub
parent dcce58c6d0
commit 3df35bdae1

View File

@@ -255,16 +255,16 @@ while [ "$#" -gt 0 ]; do
-a|--all|all)
shift
;;
-h|--help|help)
usage
;;
-j|--json)
-h|--help|help)
usage
;;
-j|--json)
OPT_JSON=1
shift
shift
;;
-x|--debug)
enable_debug
shift
shift
;;
-*)
for _opt in $(echo ${1} | sed 's/-//g' | fold -w1); do