changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 689: 2e7d93b892a5
parent 688: 517c65b51e6b
     1.1--- a/lisp/lib/cli/cli.asd	Tue Oct 01 21:52:17 2024 -0400
     1.2+++ b/lisp/lib/cli/cli.asd	Tue Oct 01 22:29:08 2024 -0400
     1.3@@ -42,5 +42,8 @@
     1.4   :components ((:module "tests"
     1.5                 :components
     1.6                 ((:file "pkg")
     1.7-                 (:file "clap"))))
     1.8+                 (:file "shell")
     1.9+                 (:file "ansi")
    1.10+                 (:file "clap")
    1.11+                 (:file "tools"))))
    1.12   :perform (test-op (o c) (symbol-call :rt :do-tests :cli)))