diff -r 517c65b51e6b -r 2e7d93b892a5 lisp/bin/packy.lisp --- a/lisp/bin/packy.lisp Tue Oct 01 21:52:17 2024 -0400 +++ b/lisp/bin/packy.lisp Tue Oct 01 22:29:08 2024 -0400 @@ -16,9 +16,9 @@ :version "0.1.0" :description "Universal Package Manager" :thunk 'pk-show - :opts ((:name "level" :global t :description "set the log level" :thunk pk-log-level) - (:name "help" :global t :description "print help" :thunk pk-help) - (:name "version" :global t :description "print version" :thunk pk-version)) + :opts ((:name "level" :description "set the log level" :thunk pk-log-level) + (:name "help" :description "print help" :thunk pk-help) + (:name "version" :description "print version" :thunk pk-version)) :cmds ((:name show :opts (:name "target" :thunk pk-target) :thunk pk-show)))