diff options
Diffstat (limited to 'ruby/rubygem-optimist/README')
-rw-r--r-- | ruby/rubygem-optimist/README | 4 |
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. |