changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/bin/packy.lisp

revision 689: 2e7d93b892a5
parent 651: af486e0a40c9
     1.1--- a/lisp/bin/packy.lisp	Tue Oct 01 21:52:17 2024 -0400
     1.2+++ b/lisp/bin/packy.lisp	Tue Oct 01 22:29:08 2024 -0400
     1.3@@ -16,9 +16,9 @@
     1.4   :version "0.1.0"
     1.5   :description "Universal Package Manager"
     1.6   :thunk 'pk-show
     1.7-  :opts ((:name "level" :global t :description "set the log level" :thunk pk-log-level)
     1.8-         (:name "help" :global t :description "print help" :thunk pk-help)
     1.9-         (:name "version" :global t :description "print version" :thunk pk-version))
    1.10+  :opts ((:name "level" :description "set the log level" :thunk pk-log-level)
    1.11+         (:name "help" :description "print help" :thunk pk-help)
    1.12+         (:name "version" :description "print version" :thunk pk-version))
    1.13   :cmds ((:name show
    1.14           :opts (:name "target" :thunk pk-target)
    1.15           :thunk pk-show)))