module Thor::Actions

def _shared_configuration #:nodoc:

:nodoc:

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