pkgsrc/devel/ruby-optparse/DESCR

9 lines
276 B
Text
Raw Normal View History

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