pub fn migrate_workspace(
workspace: &Path,
dry_run: bool,
) -> Result<MigrateReport>Expand description
Plan + execute the migration.
dry_run = true returns a report describing what would happen
without touching the filesystem.
pub fn migrate_workspace(
workspace: &Path,
dry_run: bool,
) -> Result<MigrateReport>Plan + execute the migration.
dry_run = true returns a report describing what would happen
without touching the filesystem.