aboutsummaryrefslogtreecommitdiff
path: root/build-app.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'build-app.lisp')
-rw-r--r--build-app.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-app.lisp b/build-app.lisp
index b0405f5..284feaa 100644
--- a/build-app.lisp
+++ b/build-app.lisp
@@ -55,7 +55,7 @@ my1337pw.")
(group (:header "Wiki" :hidden t)
(flag :long-name "add"
:description "Intaractively add a oneliner and update the wiki.")
- (flag :long-name "update"
+ (flag :long-name "edit"
:description "Interactively edit a oneliner and update the wiki.")
(flag :long-name "flag"
:description "Flag a oneliner for review.")
@@ -134,6 +134,8 @@ than the users."
(cli::lock-item hist-number))
((getopt :long-name "unlock")
(cli::unlock-item hist-number))
+ ((getopt :long-name "edit")
+ (cli::edit-item hist-number))
(t
(cli::run-item hist-number (rest arguments) (getopt :long-name "clip"))))
(uiop:quit))