diff options
Diffstat (limited to 'oneliners.cli.asd')
-rw-r--r-- | oneliners.cli.asd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/oneliners.cli.asd b/oneliners.cli.asd index f1fb01b..97b3036 100644 --- a/oneliners.cli.asd +++ b/oneliners.cli.asd @@ -35,6 +35,14 @@ :components ((:module "app" :components ((:file "package") + (:file "util") + (:file "search") + (:file "run") + (:file "clip") + (:file "draft") + (:file "show") + (:file "modify") + (:file "account") (:file "app")))) :description "A Command-Line tool for fetching, running, creating, and updating unix oneliners from a oneliners wiki server of your |