Class: Bizflow::CommandHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/bizflow/command/command_helper.rb

Constant Summary collapse

CommandHash =
{
  :help => Bizflow::HelpCommand,
  :build => Bizflow::BuildCommand,
  :clean => Bizflow::CleanCommand,
  :install => Bizflow::InstallComand,
  :setup => Bizflow::SetupCommand,
  :migrate => Bizflow::MigrateCommand
}