Class: KBE::CLI::RootCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- KBE::CLI::RootCommand
- Defined in:
- lib/kbe/cli/root_command.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
24 25 26 27 28 29 |
# File 'lib/kbe/cli/root_command.rb', line 24 def self.run super rescue StandardError => exc warn exc. warn exc.backtrace.join("\n") end |