(minor) remove short help -h

This commit is contained in:
vindarel 2022-12-30 00:39:39 +01:00
parent 5411f211ec
commit 6cdf17ccbe

View file

@ -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