diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-12-27 10:09:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-27 10:09:13 +0700 |
commit | 66799c5fcb03372d40f56be677dca3adaf974dda (patch) | |
tree | 13a6ccfaa95de0fdd43d48b1f2b3504ab2a0b97d /ruby/rubygem-optimist/slack-desc | |
parent | 5e0302cfb87d98401e8e26bf36b75431964ca879 (diff) |
ruby/rubygem-optimist: Added (Commandline option parser for Ruby).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-optimist/slack-desc')
-rw-r--r-- | ruby/rubygem-optimist/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-optimist/slack-desc b/ruby/rubygem-optimist/slack-desc new file mode 100644 index 0000000000000..61e08f45031e2 --- /dev/null +++ b/ruby/rubygem-optimist/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rubygem-optimist: rubygem-optimist (Commandline option parser for Ruby) +rubygem-optimist: +rubygem-optimist: Optimist is a commandline option parser for Ruby that just gets out +rubygem-optimist: of your way. One line of code per option is all you need to write. +rubygem-optimist: For that, you get a nice automatically-generated help page, robust +rubygem-optimist: option parsing, and sensible defaults for everything you don't +rubygem-optimist: specify. +rubygem-optimist: +rubygem-optimist: Homapage: http://manageiq.github.io/optimist/ +rubygem-optimist: +rubygem-optimist: |