// Copies the artifacts using the specified move pattern. func Copy(copySpec *utils.SpecFiles, flags *utils.MoveFlags) error { return utils.MoveFilesWrapper(copySpec, flags, utils.COPY) }
// Moves the artifacts using the specified move pattern. func Move(moveSpec *utils.SpecFiles, flags *utils.MoveFlags) error { return utils.MoveFilesWrapper(moveSpec, flags, utils.MOVE) }