diff options
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 |