Class: Aircana::CLI::ShellCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/aircana/cli/shell_command.rb

Class Method Summary collapse

Class Method Details

.run(command_string) ⇒ Object



6
7
8
9
10
# File 'lib/aircana/cli/shell_command.rb', line 6

def self.run(command_string)
  # Command execution logged by human_logger elsewhere if needed

  `#{command_string}`
end