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.
Parameters
Section titled “Parameters”string[]
Command-line arguments that follow the migrate subcommand.
Returns
Section titled “Returns”ParsedMigrationArgs
Parsed migration command and normalized flags for runtime dispatch.
Throws
Section titled “Throws”Error When no arguments are provided, an unknown flag is encountered, or legacy semver flags are used.