diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 11:23:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 11:23:12 +0000 |
commit | 1fd451d376c04b6df48cea64574e4b1d7ba21fb0 (patch) | |
tree | 3a403691ecd77fedbd9c457b0c7ad9ee1091d996 /devel/ruby-optparse/pkg-descr | |
parent | 82bdc6ed1f0cf3469e71c361f443eec10e4ce686 (diff) | |
download | ports-1fd451d376c04b6df48cea64574e4b1d7ba21fb0.tar.gz ports-1fd451d376c04b6df48cea64574e4b1d7ba21fb0.zip |
Notes
Diffstat (limited to 'devel/ruby-optparse/pkg-descr')
-rw-r--r-- | devel/ruby-optparse/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/ruby-optparse/pkg-descr b/devel/ruby-optparse/pkg-descr new file mode 100644 index 000000000000..be0473d5854b --- /dev/null +++ b/devel/ruby-optparse/pkg-descr @@ -0,0 +1,8 @@ +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 |