summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-trollop/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-02-17 11:48:47 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-02-17 21:52:09 +0000
commitd91db1503167747eb44dc532fe04462c5af21b9a (patch)
treeb827fc69b7cab19eb7bb5953513e10abb37c9fcf /ruby/rubygem-trollop/README
parent00674caa56948346dc6200698155c365f418e384 (diff)
downloadslackbuilds-d91db1503167747eb44dc532fe04462c5af21b9a.tar.gz
slackbuilds-d91db1503167747eb44dc532fe04462c5af21b9a.tar.xz
ruby/rubygem-trollop: Updated for version 2.1.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-trollop/README')
-rw-r--r--ruby/rubygem-trollop/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/rubygem-trollop/README b/ruby/rubygem-trollop/README
new file mode 100644
index 0000000000..1fb23b22a6
--- /dev/null
+++ b/ruby/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, and sensible defaults for everything you
+don't specify.