diff options
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 |
commit | d91db1503167747eb44dc532fe04462c5af21b9a (patch) | |
tree | b827fc69b7cab19eb7bb5953513e10abb37c9fcf /ruby/rubygem-trollop/README | |
parent | 00674caa56948346dc6200698155c365f418e384 (diff) | |
download | slackbuilds-d91db1503167747eb44dc532fe04462c5af21b9a.tar.gz |
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/README | 5 |
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. |