mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-22 20:41:31 -08:00
(minor) remove short help -h
This commit is contained in:
parent
5411f211ec
commit
6cdf17ccbe
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue