Class: KuberKit::Actions::ShellLauncher

Inherits:
Object
  • Object
show all
Defined in:
lib/kuber_kit/actions/shell_launcher.rb

Instance Method Summary collapse

Instance Method Details

#callObject



9
10
11
12
13
14
15
16
17
# File 'lib/kuber_kit/actions/shell_launcher.rb', line 9

def call()
  action_handler.call(local_shell)

  true
rescue KuberKit::Error => e
  ui.print_error("Error", e.message)
  
  false
end