From a5e71e29b90178572951384240e5dafa91d15943 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 28 Feb 2022 11:48:56 -0600 Subject: commenting out aliasing stuff --- build-app.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-app.lisp b/build-app.lisp index f0ae688..f387116 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -153,8 +153,10 @@ than the users." (cli::edit-item hist-number)) ((getopt :long-name "explain") (cli::print-item-explanation hist-number)) - ((getopt :long-name "alias") - (cli::make-alias-for-item hist-number (second arguments))) + + ;; ((getopt :long-name "alias") + ;; (cli::make-alias-for-item hist-number (second arguments))) + (t (cli::run-item hist-number (rest arguments) (getopt :long-name "clip")))) (uiop:quit)) -- cgit v1.2.3