Class: Bizflow::HelpCommand

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

Class Method Summary collapse

Class Method Details

.run(config, args) ⇒ Object



4
5
6
7
8
# File 'lib/bizflow/command/help_command.rb', line 4

def self.run(config, args)
  puts "run one of these commands like this:"
  puts "bizflow COMMAND_NAME [ARGS]"
  puts "commands:\n#{Bizflow::CommandHelper::CommandHash.keys.join("\n")}"
end