Fix group help text not showing up in help
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 18 May 2019 13:35:43 -0400 |
parents |
cc1aad82d9f6 |
children |
502eaba9e114 |
(defpackage :adopt
(:use :cl)
(:export
:define-string
:make-option
:make-group
:make-interface
:parse-options
:print-help
:print-help-and-exit
:print-error-and-exit
:print-manual
:argv
:exit
:unrecognized-option
:problematic-option
:discard-option
:treat-as-argument
:supply-new-value
:flip
:oldest
:collect
:first
:last
)
(:shadow :collect :reduce :first :last))