class Honeybadger::CLI::Main

def test

def test
  Test.new(options).run
rescue => e
  log_error(e)
  exit(1)
end