From: Mark Wooding Date: Thu, 20 Apr 2006 16:09:57 +0000 (+0100) Subject: optparse: Various enhancements. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/commitdiff_plain/5fa07b7aaf3aaeaedaf283527dc58d69b69fe07e?hp=5fa07b7aaf3aaeaedaf283527dc58d69b69fe07e 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. ---