changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/bin/homer.lisp

revision 689: 2e7d93b892a5
parent 651: af486e0a40c9
     1.1--- a/lisp/bin/homer.lisp	Tue Oct 01 21:52:17 2024 -0400
     1.2+++ b/lisp/bin/homer.lisp	Tue Oct 01 22:29:08 2024 -0400
     1.3@@ -186,10 +186,10 @@
     1.4   :version "0.1.0"
     1.5   :description "user home manager"
     1.6   :thunk 'homer-check
     1.7-  :opts ((:name "level" :global t :description "set the log level" :thunk homer-log-level)
     1.8-         (:name "help" :global t :description "print help" :thunk homer-help)
     1.9-         (:name "version" :global t :description "print version" :thunk homer-version)
    1.10-         (:name "force" :global t :description "use force" :thunk homer-force))
    1.11+  :opts ((:name "level" :description "set the log level" :thunk homer-log-level)
    1.12+         (:name "help" :description "print help" :thunk homer-help)
    1.13+         (:name "version" :description "print version" :thunk homer-version)
    1.14+         (:name "force" :description "use force" :thunk homer-force))
    1.15   :cmds ((:name show :thunk homer-show)
    1.16          (:name check :thunk homer-check)
    1.17          (:name push :thunk homer-push)