Skip to content

parseMigrationArgs

parseMigrationArgs(argv): ParsedMigrationArgs

Defined in: wp-typia-project-tools/src/runtime/migration-command-surface.ts:84

Parses migration CLI arguments into a structured command payload.

string[]

Command-line arguments that follow the migrate subcommand.

ParsedMigrationArgs

Parsed migration command and normalized flags for runtime dispatch.

Error When no arguments are provided, an unknown flag is encountered, or legacy semver flags are used.