Class: KBE::CLI::RootCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/kbe/cli/root_command.rb

Class Method Summary collapse

Class Method Details

.runObject



21
22
23
24
25
26
# File 'lib/kbe/cli/root_command.rb', line 21

def self.run
  super
rescue StandardError => exc
  warn exc.message
  warn exc.backtrace.join("\n")
end