class Honeybadger::CLI::Install

def initialize(options, api_key)

def initialize(options, api_key)
  @options = options
  @api_key = api_key
  @shell = ::Thor::Base.shell.new
end