We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abc848 commit 4f2c7caCopy full SHA for 4f2c7ca
src/command.ts
@@ -46,7 +46,7 @@ export async function runCommand<T extends ArgsDef = ArgsDef>(
46
if (!subCommands[subCommandName]) {
47
throw new CLIError(
48
`Unknown command \`${subCommandName}\``,
49
- "E_UNKOWN_COMMAND",
+ "E_UNKNOWN_COMMAND",
50
);
51
}
52
const subCommand = await resolveValue(subCommands[subCommandName]);
0 commit comments