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