class Optimist::Option

def single_arg?

def single_arg?
  !self.multi_arg? && !self.flag?
end