Path: | README.txt |
Last Update: | Tue Apr 14 14:11:57 +0000 2009 |
by William Morgan (wmorgan-trollop at the masanjin dot nets or cs.stanford.edu/~ruby)
Main page: trollop.rubyforge.org
Release announcements and comments: all-thing.net/search/label/trollop
Documentation quickstart: See Trollop::options (for some reason rdoc isn‘t linking that; it‘s in the top right of the screen if you‘re browsing online) and then Trollop::Parser#opt. Also see the examples at trollop.rubyforge.org/.
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.
Copyright (c) 2008 William Morgan. Trollop is distributed under the same terms as Ruby.