From 3cb79b3c6abd7607de309f410d957bba344a031e Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 22 Feb 2022 14:10:18 -0600 Subject: altered prompt to use linedit --- build-app.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build-app.lisp') 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)) -- cgit v1.2.3