aboutsummaryrefslogtreecommitdiff
path: root/app/draft.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'app/draft.lisp')
-rw-r--r--app/draft.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/draft.lisp b/app/draft.lisp
index 94489a0..b8cb0e6 100644
--- a/app/draft.lisp
+++ b/app/draft.lisp
@@ -36,7 +36,7 @@
:usage "<DRAFT> [ARG ...]"
:description "runs a draft oneliner, same options as `ol run`"
:options (run/options)
- :handler #'draft/new/handler))
+ :handler #'draft/test/handler))
(defhandler draft/edit/handler (name)
(ol:edit-item name t))
@@ -78,7 +78,7 @@
(draft/list/command)))
(defun draft/handler (cmd)
- (cli:print-usage-and-exit cmd t))
+ (cli:print-usage cmd t))
(defun draft/command ()
(cli:make-command