diff options
author | Colin Okay <okay@toyful.space> | 2022-03-13 14:24:16 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-13 14:24:16 -0500 |
commit | 5531288c433641d81d1359e0afa69f86d4bf5d07 (patch) | |
tree | 053d048c9c4ef71136cd4bdb2dd5af30bf516d92 /app/app.lisp | |
parent | 7bcf634c789c00a95237ad74e5f923a4214020c8 (diff) |
can also edit drafts
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 |