package.lisp @ 35cff9a179f4

Add all the stuff from dogfooding
author Steve Losh <steve@stevelosh.com>
date Tue, 18 Dec 2018 21:08:00 -0500
parents 152830fa3f85
children 49a9f77d515f
(defpackage :adopt
  (:use :cl)
  (:export
    :parse-options
    :print-usage
    :define-interface

    :argv
    :exit

    :flip
    :oldest
    :newest
    :collect

    )
  (:shadow :collect :documentation :reduce))