diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2011-01-09 12:37:16 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:45 -0600 |
commit | 60a192b9cf52073ce965c48c3e1ef1a33450db31 (patch) | |
tree | 24829847717806af5b7c3f12f13edb7b2fb55f9d /libraries/rubygem-trollop/README | |
parent | b98043b669756184ae16d3c46dbaf0e8cd081b74 (diff) |
libraries/rubygem-trollop: Added (Ruby commandline parser)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/rubygem-trollop/README')
-rw-r--r-- | libraries/rubygem-trollop/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/rubygem-trollop/README b/libraries/rubygem-trollop/README new file mode 100644 index 0000000000..f12d071998 --- /dev/null +++ b/libraries/rubygem-trollop/README @@ -0,0 +1,5 @@ +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. |