Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export async function main(): Promise<void> {
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,
);
Expand Down