package.lisp @ 152830fa3f85

Start the docs
author Steve Losh <steve@stevelosh.com>
date Thu, 22 Nov 2018 00:03:53 -0500
parents 845fc8785d54
children 35cff9a179f4
(defpackage :adopt
  (:use :cl)
  (:export
    :parse-options
    :print-usage
    :define-interface

    :argv

    :latest
    :append1
    ))