summaryrefslogtreecommitdiff
path: root/devel/ruby-optparse/DESCR
blob: 9009c5f49ef6ab81f3d77d8cb8c87a2a20112e45 (plain)
1
2
3
4
5
6
7
8
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