Sha256: 161f71f61d6e077f84d3e77268c34c2839ebac7c528b6755aaf9e27d254cb0c1
Contents?: true
Size: 990 Bytes
Versions: 1
Compression:
Stored size: 990 Bytes
Contents
== trollop by William Morgan <wmorgan-trollop@masanjin.net> http://trollop.rubyforge.org Documentation quickstart: See Trollop::Parser. == DESCRIPTION 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, command subcompletion, and sensible defaults for everything you don't specify. == FEATURES/PROBLEMS - Dirt-simple usage. - Sensible defaults. No tweaking necessary, much tweaking possible. - Support for long options, short options, short option bundling, and automatic type validation and conversion. - Support for subcommands. - Automatic help message generation, wrapped to current screen width. - Lots of unit tests. == REQUIREMENTS * A burning desire to write less code. == INSTALL * gem install trollop == LICENSE Copyright (c) 2008 William Morgan. Trollop is distributed under the same terms as Ruby.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trollop-1.10 | README.txt |