Class: Superbot::CLI::RootCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::CLI::RootCommand
- Defined in:
- lib/superbot/cli/root_command.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
16 17 18 19 20 21 |
# File 'lib/superbot/cli/root_command.rb', line 16 def self.run super rescue StandardError => exc warn exc. warn exc.backtrace.join("\n") end |