diff options
author | Colin Okay <okay@toyful.space> | 2022-02-17 16:02:25 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-17 16:02:25 -0600 |
commit | ef3741726fcda3962e29110d49b4105a2ac40e50 (patch) | |
tree | bfa249b94bff7e8572bf6f5ea0bf95fb487f7565 /oneliners.cli.asd | |
parent | 9844f6ae2512e7da6910e51c2d0d0f7da1550663 (diff) |
Beginning work on the CLON based CLI parsing
Diffstat (limited to 'oneliners.cli.asd')
-rw-r--r-- | oneliners.cli.asd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oneliners.cli.asd b/oneliners.cli.asd index b072e32..10e8f39 100644 --- a/oneliners.cli.asd +++ b/oneliners.cli.asd @@ -5,11 +5,11 @@ :depends-on ("trivial-clipboard" "dexador" "osicat" - "unix-opts" + "net.didierverna.clon" "oneliners.api-client") :components ((:module "src" :components - ((:file "main")))) + ((:file "lib")))) :description "" :in-order-to ((test-op (test-op "oneliners.cli/tests")))) |