From 5531288c433641d81d1359e0afa69f86d4bf5d07 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 13 Mar 2022 14:24:16 -0500 Subject: can also edit drafts --- app/app.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/app.lisp') diff --git a/app/app.lisp b/app/app.lisp index 8e89a93..01a88ca 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -232,7 +232,7 @@ than the users." (:new (cli:add-new-oneliner)) (:edit - (cli:edit-item id-or-name)) + (cli:edit-item id-or-name (getopt :long-name "draft"))) (:publish (cli::publish-draft id-or-name)) (:flag -- cgit v1.2.3