RAA - cmdparse

cmdparse / 2.0.0

Short description: Command line parser supporting commands
Category: Library/Utility
Status: stable
Created: 2004-09-27 16:53:20 GMT
Last update: 2005-08-16 09:01:18 GMT
Owner: Thomas Leitner (Projects of this owner)
Homepage: http://cmdparse.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=396
License: GPL
Dependency:
Required by: webgen/0.4.0
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.

Changes:

  • Commands can now have subcommands which can have subcommands which can have subcommands…
  • No need to implement a whole new class for simple commands anymore
  • Default option parser library is optparse, however, any option parser library can be used after writing a small wrapper
Versions: [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