changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/cli/cli.asd

revision 471: 33b0614ee220
parent 426: 3e721a3349a0
child 497: bcf772e86fbc
     1.1--- a/lisp/lib/cli/cli.asd	Sat Jun 22 22:16:21 2024 -0400
     1.2+++ b/lisp/lib/cli/cli.asd	Sat Jun 22 23:52:20 2024 -0400
     1.3@@ -13,8 +13,11 @@
     1.4                (:module
     1.5                 "tools"
     1.6                 :components
     1.7-                ((:file "tmux")
     1.8-                 (:file "pacman")))
     1.9+                ((:file "pkg")
    1.10+                 (:file "term" :depends-on ("pkg"))
    1.11+                 (:file "tmux" :depends-on ("term"))
    1.12+                 (:file "pacman" :depends-on ("pkg"))
    1.13+                 (:file "cc" :depends-on ("pkg"))))
    1.14                ;; (:file "clap" :depends-on ("shell" "prompt"))
    1.15                (:module "clap"
    1.16                 :components