diff options
author | Colin Okay <okay@toyful.space> | 2022-02-28 11:48:56 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-28 11:48:56 -0600 |
commit | a5e71e29b90178572951384240e5dafa91d15943 (patch) | |
tree | 49d8f987371c6e9ddc5148163fff4fba919c030f /build-app.lisp | |
parent | 670428d3c4fa8280fb415dad61badd4f283d3a55 (diff) |
commenting out aliasing stuff
Diffstat (limited to 'build-app.lisp')
-rw-r--r-- | build-app.lisp | 6 |
1 files 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)) |