Class: Superbot::CLI::CloudCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/superbot/cloud/cli/cloud_command.rb

Class Method Summary collapse

Class Method Details

.runObject



22
23
24
25
26
27
# File 'lib/superbot/cloud/cli/cloud_command.rb', line 22

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