This method is only available on newer versions. The first available version (v2_6_3) is shown here.
invoke_all()
Invoke all commands for the current instance.
# File lib/bundler/vendor/thor/lib/thor/invocation.rb, line 132 def invoke_all #:nodoc: self.class.all_commands.map { |_, command| invoke_command(command) } end