From 6cdf17ccbe2b25cd09f758a2178c3b9e6d28dbe6 Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 30 Dec 2022 00:39:39 +0100 Subject: [PATCH] (minor) remove short help -h --- scripting.lisp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripting.lisp b/scripting.lisp index 7148db4..876010e 100644 --- a/scripting.lisp +++ b/scripting.lisp @@ -98,11 +98,6 @@ :short-name #\v :long-name "verbose" :key :verbose) - (clingon:make-option - :counter - :description "help" - :short-name #\h - :key :short-help) (clingon:make-option :string :description "eval a lisp form" @@ -156,11 +151,6 @@ (handler-case (cond - ;; -h (not by default) - (short-help - (clingon:print-usage cmd t) - (return-from top-level/handler)) - ;; --eval, -e (eval-string (handler-case