class Thor

def disable_required_check?(command) #:nodoc:

:nodoc:
def disable_required_check?(command) #:nodoc:
  command && disable_required_check.include?(command.name.to_sym)
end