Method: Cliqr::Command::ShellCommand#initialize

Defined in:
lib/cliqr/command/shell_command.rb

#initialize(shell_config) ⇒ ShellCommand

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Create a new shell command handler



13
14
15
# File 'lib/cliqr/command/shell_command.rb', line 13

def initialize(shell_config)
  @shell_config = shell_config
end