command-set version 0.9.1 has been released!
CommandSet is a interactive program framework. Its focus is a DSL for defining commands, much like Rake or RSpec. The actual interpreter is left as an open question, although a default readline based terminal interpreter is included, it could very well be adapted to interact with CGI or a GUI.
Changes:
** Marked release 0.9.1 **
Fixed interaction between named and many - now you can have
'name.many.argument' and have it parse as expected.
Fixed (hopefully) the search path for libreadline on OS X
Fixes to complicated arguments: named.many.file_argument, many.alternating
etc.
Beginning re-arcitecturing of ArgumentDecorator
Project: http://rubyforge.org/project/commandset/
Homepage: http://commandset.rubyforge.org/