Class: PagerJudy::CLI::MainCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/pager_judy/cli/main_command.rb

Instance Method Summary collapse

Instance Method Details

#run(*args) ⇒ Object



297
298
299
300
301
302
303
304
# File 'lib/pager_judy/cli/main_command.rb', line 297

def run(*args)
  super(*args)
rescue PagerJudy::API::HttpError => e
  $stderr.puts e.response.body
  signal_error e.message
rescue ConfigMapper::MappingError => e
  signal_error e.message
end