command-set version 0.8.4 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.8.4 **
Added ^D quits a TextInterpreter - which is both natural, and handy when
you
forget to add a quit command
Fixing some documentation
Moving sub_collector from Action to Formatting
Some UI bugfixes
Project: http://rubyforge.org/project/commandset/
Homepage: http://commandset.rubyforge.org/