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

Author: Nobuyoshi.Nakada <nobu.nokada@softhome.net>