RAA - cmdparse/2.0.5

cmdparse / 2.0.5

Short description: Command line parser supporting commands
Category: Library/Utility
Status: stable
Created: 2004-09-27 16:53:20 GMT
Last update: 2012-06-09 08:24:20 GMT
Owner: Thomas Leitner (Projects of this owner)
Homepage: http://cmdparse.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=396
License: LGPL
Dependency:
None
Description:

cmdparse is an advanced command line parser which supports ‘commands’. Programs that use command line interfaces with commands are, for example, subversion’s ‘svn’ or Rubygem’s ‘gem’ program.

Features:

  • Commands can have subcommands which can have subcommands which can have subcommands…
  • No need to implement a whole new class for simple commands
  • Default option parser library is optparse, however, any option parser library can be used after writing a small wrapper
Versions: [2.0.5 (2012-06-09)] [2.0.4 (2012-06-07)] [2.0.0 (2005-08-16)] [1.0.5 (2005-07-05)] [1.0.4 (2005-06-16)] [1.0.2 (2005-04-21)] [1.0.0 (2004-09-27)]

Edit this project (for project owner)

back to RAA top