_shared_configuration()
Allow shell to be shared between invocations.
# File lib/bundler/vendor/thor/lib/thor/shell.rb, line 77 def _shared_configuration #:nodoc: super.merge!(:shell => shell) end