aboutsummaryrefslogtreecommitdiff
path: root/build-app.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-18 17:00:55 -0600
committerColin Okay <okay@toyful.space>2022-02-18 17:00:55 -0600
commit13d628d008584dff9465a9fb48e4e57e74bf7643 (patch)
tree67b930c36320c0438debb5315db3e427bc50a0be /build-app.lisp
parent4d2afc4e3c6cc5ce5be4f0d421da49ca6cead09a (diff)
working on invite functions
Diffstat (limited to 'build-app.lisp')
-rw-r--r--build-app.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-app.lisp b/build-app.lisp
index bd51d54..c2f79ba 100644
--- a/build-app.lisp
+++ b/build-app.lisp
@@ -102,6 +102,8 @@ than the users."
((getopt :long-name "login")
(destructuring-bind (user pass) arguments
(cli::login user pass)))
+ ((getopt :long-name "invite")
+ (cli::request-invite-code))
(arguments
;; when the first argument is a number, try run a oneliner
(a:when-let (hist-number (parse-integer (first arguments) :junk-allowed t))