list: Retain support if someone specifies -a or all to list all

This commit is contained in:
tschettervictor
2025-04-10 16:33:21 -06:00
committed by GitHub
parent 01ce1b5e78
commit c57613f9ea

View File

@@ -253,6 +253,9 @@ while [ "$#" -gt 0 ]; do
-h|--help|help)
usage
;;
-a|--all|all)
shift
;;
-j|--json)
OPT_JSON=1
shift