2000-08-07 13:23:12 +02:00
|
|
|
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
|
2000-08-12 22:09:41 +02:00
|
|
|
|
|
|
|
Author: Nobuyoshi.Nakada <nobu.nokada@softhome.net>
|
|
|
|
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=OptionParser
|