From ef3741726fcda3962e29110d49b4105a2ac40e50 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 17 Feb 2022 16:02:25 -0600 Subject: Beginning work on the CLON based CLI parsing --- oneliners.cli.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oneliners.cli.asd') 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")))) -- cgit v1.2.3