1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/devel/ruby-optparse/pkg-descr
Akinori MUSHA 1fd451d376 Add another couple of Ruby modules.
databases/ruby-mysql:
	Ruby module for accessing MySQL databases, which has
	the same functions as C API

ports/devel/ruby-optparse:
	Yet another command line option parser for Ruby
2000-08-07 11:23:12 +00:00

9 lines
280 B
Plaintext

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