class Thor::Options

def switch?(arg)

def switch?(arg)
  !switch_option(normalize_switch(arg)).nil?
end