2003-05-06 19:40:18 +02:00
|
|
|
OptionParser is yet another command line option parser for Ruby.
|
2001-07-01 01:25:16 +02:00
|
|
|
|
2003-05-06 19:40:18 +02:00
|
|
|
Features:
|
2001-07-01 01:25:16 +02:00
|
|
|
* describe option definition with its handler
|
2003-05-06 19:40:18 +02:00
|
|
|
* specify argument format and convert automatically
|
2001-07-01 01:25:16 +02:00
|
|
|
* can emit options' summaries
|
2003-05-06 19:40:18 +02:00
|
|
|
* can add options on the fly
|
2001-07-01 01:25:16 +02:00
|
|
|
* completion for option/argument
|