Class: Superbot::CLI::RootCommand

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

Class Method Summary collapse

Class Method Details

.runObject



35
36
37
38
39
40
# File 'lib/superbot/cli/root_command.rb', line 35

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