diff options
Diffstat (limited to 'app/app.lisp')
-rw-r--r-- | app/app.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |