aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-13 14:24:16 -0500
committerColin Okay <okay@toyful.space>2022-03-13 14:24:16 -0500
commit5531288c433641d81d1359e0afa69f86d4bf5d07 (patch)
tree053d048c9c4ef71136cd4bdb2dd5af30bf516d92 /app
parent7bcf634c789c00a95237ad74e5f923a4214020c8 (diff)
can also edit drafts
Diffstat (limited to 'app')
-rw-r--r--app/app.lisp2
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