diff --git a/src/cli/main.ts b/src/cli/main.ts index dbec95ca3e..8128b44afe 100755 --- a/src/cli/main.ts +++ b/src/cli/main.ts @@ -291,7 +291,7 @@ export async function main(): Promise { let exitCode = EXIT_CODES.ERROR; try { modeValidation(globalArgs); - // TODO: fix this, we do transformation to options and teh type doesn't reflect it + // TODO: fix this, we do transformation to options and the type doesn't reflect it validateUnsupportedOptionCombinations( globalArgs.options as unknown as AllSupportedCliOptions, );