class Thor::Options

def normalize_switch(switch)

def normalize_switch(switch)
  @shorts.key?(switch) ? @shorts[switch] : switch
end