On Thu, Jun 18, 2009 at 4:04 AM, Aristotle Pagaltzis<pagalt...@gmx.de> wrote: > Actually, http://github.com/ap/Getopt--Auto has my work now.
It's interesting how everyone seems to have different desiderata for Getopt modules. Personally, my holy grail of Getopt modules would let me specify my command-line switches in a format that can be parsed by shells (e.g. the fabulous zsh) so they could auto-complete script options for me without having to duplicate everything in my _compdir. Or maybe vice versa. I dunno. -Ken