package.lisp @ 4691a8636f3f
Add support for generating man pages
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 20 Dec 2018 23:59:05 -0500 |
parents | 49a9f77d515f |
children | 16b92b8ab5d9 |
(defpackage :adopt (:use :cl) (:export :define-interface :parse-options :print-usage :print-usage-and-exit :print-error-and-exit :print-manual :argv :exit :unrecognized-option :problematic-option :discard-option :treat-as-argument :supply-new-value :flip :oldest :newest :collect ) (:shadow :collect :documentation :reduce))