Class: Henv::ExecCommand

Inherits:
Clamp::Command
  • Object
show all
Includes:
Config
Defined in:
lib/henv/cli.rb

Instance Method Summary collapse

Methods included from Config

#config, #config_command, #config_command_result

Instance Method Details

#executeObject



40
41
42
# File 'lib/henv/cli.rb', line 40

def execute
  exec(config, command.join(" "))
end