Method: YMDT::Base#invoke

Defined in:
lib/ymdt.rb

#invoke(command, params = {}) ⇒ Object

prepares the commands to correctly reference the application and path



74
75
76
77
78
# File 'lib/ymdt.rb', line 74

def invoke(command, params={})
  command_string = compile_command(command, params)
  output_command(command_string)
  execute(command_string, params)
end