summaryrefslogtreecommitdiff
path: root/devel/ruby-optparse/pkg/DESCR
blob: 027280270afef8f808c734a362d6467170c3d75a (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>