Sha256: 227bafd25248052916836ff11390993067c184ea43ebd1a9ae6b313ce24fc5d0
Contents?: true
Size: 1015 Bytes
Versions: 2
Compression:
Stored size: 1015 Bytes
Contents
== trollop by William Morgan <wmorgan-trollop@masanjin.net> http://trollop.rubyforge.org Documentation quickstart: See Trollop::options and Trollop::Parser#opt. == 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trollop-1.10.1 | README.txt |
trollop-1.10.2 | README.txt |