Sha256: f7853eb2616e7955cd8aff64cbad031a7592bf69d1fc4ff1a109cf04fda99482
Contents?: true
Size: 319 Bytes
Versions: 36
Compression:
Stored size: 319 Bytes
Contents
class KuberKit::Actions::ShellLauncher include KuberKit::Import[ "shell.local_shell", "shell_launcher.action_handler", "ui", ] Contract nil => Any def call() action_handler.call(local_shell) true rescue KuberKit::Error => e ui.print_error("Error", e.message) false end end
Version data entries
36 entries across 36 versions & 1 rubygems