README.markdown @ 860e10544652

Start the actual documentation
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Apr 2019 17:58:03 -0400
parents 3487644c33e9
children 4921979d07a8
Adopt
=====

I needed **a** **d**amn **opt**ion parsing library.

Adopt is a simple UNIX-style option parser in Common Lisp, heavily influenced by
Python's optparse and argparse.  It depends on [Bobbin][] and
[split-sequence][].

* **License:** MIT
* **Documentation:** <https://sjl.bitbucket.io/adopt/>
* **Mercurial:** <https://bitbucket.org/sjl/adopt/>
* **Git:** <https://github.com/sjl/adopt/>

[Bobbin]: https://github.com/sjl/bobbin
[split-sequence]: https://www.cliki.net/split-sequence