# File lib/slop.rb, line 293
  def [](key)
    option = fetch_option(key)
    option.value if option
  end