changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 157: 193d1ea7d684
parent 129: 80a56483f9b5
child 158: 996cd8efa1f3
     1.1--- a/lisp/lib/cli/cli.asd	Sun Dec 31 02:35:25 2023 -0500
     1.2+++ b/lisp/lib/cli/cli.asd	Mon Jan 01 16:53:11 2024 -0500
     1.3@@ -2,6 +2,7 @@
     1.4 (defsystem :cli
     1.5   :depends-on (:std :log)
     1.6   :components ((:file "pkg")
     1.7+               (:file "env" :depends-on ("pkg"))
     1.8                (:file "api" :depends-on ("pkg"))
     1.9                (:file "progress" :depends-on ("pkg"))
    1.10                (:file "spark" :depends-on ("pkg"))