From 1d8827f9ca76da9d69d81415d7563408b026ef70 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 20 Feb 2022 10:25:38 -0600 Subject: test run of adding new oneliners --- build-app.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build-app.lisp') diff --git a/build-app.lisp b/build-app.lisp index 155f8e9..6460d9e 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -69,7 +69,6 @@ my1337pw.") :description "Redeem an invite token.") (text :contents +invite-help-text+))) - ;;; HELPERS (defun find-group-with-header (header) @@ -110,7 +109,7 @@ than the users." (cli::request-invite-code)) ((getopt :long-name "add") - (cli::add-new)) + (oneliners.cli::add-new-oneliner)) (arguments ;; when the first argument is a number, try run a oneliner -- cgit v1.2.3