list: -p should imply -j

This commit is contained in:
tschettervictor
2026-01-01 20:39:11 -07:00
committed by GitHub
parent fdd8047377
commit 76f94e8511

View File

@@ -667,6 +667,7 @@ while [ "$#" -gt 0 ]; do
;;
-p|--pretty)
OPT_PRETTY=1
OPT_JSON=1
shift
;;
-u|--up)