class Thor

def disable_required_check #:nodoc:

:nodoc:
help command has the required check disabled by default.
def disable_required_check #:nodoc:
  @disable_required_check ||= Set.new([:help])
end