Trollop version 1.10 has been released! http://trollop.rubyforge.org ## 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. ## INSTALL * gem install trollop ## LICENSE Copyright (c) 2008 William Morgan. Trollop is distributed under the same terms as Ruby. Changes: ## 1.10 / 2008-10-21 * Added :io type for parameters that point to IO streams (filenames, URIs, etc). * For screen size detection, first try `stty size` before loading Curses. * Improved documentation. -- William <wmorgan-ruby-talk / masanjin.net>