Fix enable command typo (#7382)

This commit is contained in:
christine betts
2025-08-29 16:48:57 +00:00
committed by GitHub
parent f80f7b445c
commit eb13b2a7a1

View File

@@ -35,7 +35,7 @@ export async function handleEnable(args: EnableArgs) {
}
export const enableCommand: CommandModule = {
command: 'disable [--scope] <name>',
command: 'enable [--scope] <name>',
describe: 'Enables an extension.',
builder: (yargs) =>
yargs