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