aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-optparse/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-07 11:23:12 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-07 11:23:12 +0000
commit1fd451d376c04b6df48cea64574e4b1d7ba21fb0 (patch)
tree3a403691ecd77fedbd9c457b0c7ad9ee1091d996 /devel/ruby-optparse/pkg-descr
parent82bdc6ed1f0cf3469e71c361f443eec10e4ce686 (diff)
downloadports-1fd451d376c04b6df48cea64574e4b1d7ba21fb0.tar.gz
ports-1fd451d376c04b6df48cea64574e4b1d7ba21fb0.zip
Notes
Diffstat (limited to 'devel/ruby-optparse/pkg-descr')
-rw-r--r--devel/ruby-optparse/pkg-descr8
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