class Thor::Options

def switch?(arg)

def switch?(arg)
  switch_option(arg) || @shorts.key?(arg)
end