From 76f94e8511d95a6c931bf2a5db7003c16e130574 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:39:11 -0700 Subject: [PATCH] list: -p should imply -j --- usr/local/share/bastille/list.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/list.sh b/usr/local/share/bastille/list.sh index b4bd8ca7..c1e84dbd 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -667,6 +667,7 @@ while [ "$#" -gt 0 ]; do ;; -p|--pretty) OPT_PRETTY=1 + OPT_JSON=1 shift ;; -u|--up)