diff options
author | Colin Okay <okay@toyful.space> | 2022-02-22 11:39:42 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-22 11:39:42 -0600 |
commit | d6dee4eb2906b1a845488065066fae7ef6906338 (patch) | |
tree | 2782ee0f642b0f8e15ebf74633f84d2849201718 /build-app.lisp | |
parent | e18e4e43d0467b2341c2176dcdb467f12d4358c7 (diff) |
supporting forced clipping. defaulting to bash
Diffstat (limited to 'build-app.lisp')
-rw-r--r-- | build-app.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-app.lisp b/build-app.lisp index 8be3639..b0405f5 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -135,7 +135,7 @@ than the users." ((getopt :long-name "unlock") (cli::unlock-item hist-number)) (t - (cli::run-item hist-number (rest arguments)))) + (cli::run-item hist-number (rest arguments) (getopt :long-name "clip")))) (uiop:quit)) ;; otherwise search for oneliners (cli::search-for-oneliners arguments |