class Thor::Option

def validate!

def validate!
  fail ArgumentError, 'An option cannot be boolean and required.' if boolean? && required?
end