disable_required_check()
help command has the required check disabled by default.
# File lib/bundler/vendor/thor/lib/thor.rb, line 349 def disable_required_check #:nodoc: @disable_required_check ||= Set.new([:help]) end