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