slackbuilds_ponce/ruby/rubygem-optimist/README
Dimitris Zlatanidis 66799c5fcb ruby/rubygem-optimist: Added (Commandline option parser for Ruby).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-12-27 10:09:13 +07:00

4 lines
274 B
Text

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.