Class | RR::CommandRunner |
In: |
lib/rubyrep/command_runner.rb
|
Parent: | Object |
This class implements the functionality to dispatch rubyrep commands.
Registers one or multiple commands. commands is a hash with
A command hash consists of
Must have a method # runs a command # * +args+: array of command line parameters # note: will not contain the command name itself. def run(args)
Dispatches commands as per given command line parameters.