Class: Bizflow::CommandHelper
- Inherits:
-
Object
- Object
- Bizflow::CommandHelper
- 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 }