RAA - commandline

commandline / 0.7.10

Short description: An application class with a flexible option parser
Category: Library/Development
Status: stable
Created: 2005-11-11 02:23:09 GMT
Last update: 2005-11-11 02:23:09 GMT
Owner: Jim Freeze (Projects of this owner)
Homepage: http://rubyforge.org/projects/optionparser/
Download: http://rubyforge.org/frs/?group_id=632&release_id=3403
License: BSD
Dependency:
None
Description:

CommandLine is a library that greatly simplifies the repetitive process of building a command line user interface for your applications. It's 'ruby-like' usage style streamlines application development so that even applications with numerous configuration options can be quickly put together. CommandLine automatically builds friendly usage and help screens that are nicely formatted for the user.
CommandLine smartly handles the arguments passed on the commandline with OptionParser. OptionParser is designed to be a flexible command line parser with a Ruby look and feel to it. OptionParser supports the standard command line styles of Unix, Gnu and X Toolkit, but also lets you break those rules.

Edit this project (for project owner)

back to RAA top