optparse: Various enhancements.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 20 Apr 2006 16:09:57 +0000 (17:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 20 Apr 2006 16:09:57 +0000 (17:09 +0100)
commit5fa07b7aaf3aaeaedaf283527dc58d69b69fe07e
tree3bcc7a5aff8afe64314484387c0e925a4995a1aa
parent874125c4ed0e20db258c57732c396060075d5557
optparse: Various enhancements.

  * General cleaning up.

  * Removal of redundant handling of option docstrings in both options
    macro and parse-option-form.

  * New feature: option macros can insert several options.

  * New suite of standard option-handling things for usual command-line
    programs.  Should be sufficient for most purposes.  I'll probably
    invent a subcommand system later when I get a feel for what's
    wanted.
optparse-test
optparse.lisp