diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/app.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.lisp b/app/app.lisp index 69cc42c..3277521 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -280,10 +280,12 @@ than the users." (uiop:quit)))) (:run + (help-and-quit-unless "run" id-or-name) (cli:run-item id-or-name (rest args) :timeout (getopt :long-name "timeout") :draftp (getopt :long-name "draft"))) (:clip + (help-and-quit-unless "clip" id-or-name) (cli:run-item id-or-name (rest args) :force-clip t :draftp (getopt :long-name "draft"))) |