module Thor::Shell

def _shared_configuration #:nodoc:

:nodoc:

Allow shell to be shared between invocations.
def _shared_configuration #:nodoc:
  super.merge!(:shell => self.shell)
end