slackbuilds/ruby/rubygem-trollop
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README ruby/*: Moved all (or at least most) Ruby stuff to here 2011-03-20 12:32:51 -05:00
rubygem-trollop.SlackBuild ruby/*: Moved all (or at least most) Ruby stuff to here 2011-03-20 12:32:51 -05:00
rubygem-trollop.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
slack-desc ruby/*: Moved all (or at least most) Ruby stuff to here 2011-03-20 12:32:51 -05:00

README

Trollop is a commandline option parser for Ruby that just gets out of
your way.  One line of code per option is all you need to write. For
that, you get a nice automatically-generated help page, robust option
parsing, command subcompletion, and sensible defaults for everything
you don't specify.