# File lib/slop.rb, line 318
  def fetch_option(key)
    options.find { |option| [option.long, option.short].include?(clean(key)) }
  end