diff options
author | Colin Okay <okay@toyful.space> | 2022-02-20 10:25:38 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-20 10:25:38 -0600 |
commit | 1d8827f9ca76da9d69d81415d7563408b026ef70 (patch) | |
tree | a2184a007166300ea61374211a0859c21d078d16 /build-app.lisp | |
parent | b66a719737205635ec57203b46ae9759d99baed6 (diff) |
test run of adding new oneliners
Diffstat (limited to 'build-app.lisp')
-rw-r--r-- | build-app.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
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 |