class Honeybadger::CLI::Notify

def option?(key)

def option?(key)
  options.has_key?(key) && options[key] != key
end