summaryrefslogtreecommitdiff
path: root/ruby/rubygem-optimist/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2018-12-27 10:09:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-27 10:09:13 +0700
commit66799c5fcb03372d40f56be677dca3adaf974dda (patch)
tree13a6ccfaa95de0fdd43d48b1f2b3504ab2a0b97d /ruby/rubygem-optimist/README
parent5e0302cfb87d98401e8e26bf36b75431964ca879 (diff)
downloadslackbuilds-66799c5fcb03372d40f56be677dca3adaf974dda.tar.gz
ruby/rubygem-optimist: Added (Commandline option parser for Ruby).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-optimist/README')
-rw-r--r--ruby/rubygem-optimist/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby/rubygem-optimist/README b/ruby/rubygem-optimist/README
new file mode 100644
index 0000000000..8af9d6e03b
--- /dev/null
+++ b/ruby/rubygem-optimist/README
@@ -0,0 +1,4 @@
+Optimist 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.