slackbuilds_ponce/ruby/rubygem-trollop/README
Robby Workman 987d45e99a ruby/*: Moved all (or at least most) Ruby stuff to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-03-20 12:32:51 -05:00

5 lines
297 B
Text

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.