feat: add incremental spacetime migration import
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-04-27 17:15:45 +08:00
parent 1e4a64f542
commit e9a6cd38f9
4 changed files with 166 additions and 15 deletions

View File

@@ -67,6 +67,8 @@ export function parseArgs(argv) {
.filter(Boolean);
} else if (arg === '--replace-existing') {
options.replaceExisting = true;
} else if (arg === '--incremental') {
options.incremental = true;
} else if (arg === '--dry-run') {
options.dryRun = true;
} else if (arg === '--anonymous' || arg === '--no-config') {