pkgsrc/devel/ruby-optparse/DESCR
taca 5360482091 Migrate ruby-optparse to use new framework for Ruby packages and
mark this package is only for ruby16.

Also trivial manual page fix, too.
2004-11-28 06:01:43 +00:00

8 lines
276 B
Text

OptionParser is yet another command line option parser for Ruby.
Features:
* describe option definition with its handler
* specify argument format and convert automatically
* can emit options' summaries
* can add options on the fly
* completion for option/argument