Class: Superbot::Cloud::CLI::RootCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::Cloud::CLI::RootCommand
- Defined in:
- lib/superbot/cloud/cli/root_command.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
37 38 39 40 41 42 |
# File 'lib/superbot/cloud/cli/root_command.rb', line 37 def self.run super rescue StandardError => exc warn exc. warn exc.backtrace.join("\n") end |