Skip to content

Commit a00fa85

Browse files
committed
Qualify extensions in help output as VS Code extensions
Also add a description for uninstall-extension and force.
1 parent 57de78e commit a00fa85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/node/cli.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ const options: Options<Required<Args>> = {
101101
"builtin-extensions-dir": { type: "string", path: true },
102102
"extra-extensions-dir": { type: "string[]", path: true },
103103
"extra-builtin-extensions-dir": { type: "string[]", path: true },
104-
"list-extensions": { type: "boolean", description: "Listed installed extensions." },
105-
force: { type: "boolean" },
106-
"install-extension": { type: "string[]", description: "Install or update an extension by id or vsix." },
107-
"uninstall-extension": { type: "string[]" },
108-
"show-versions": { type: "boolean", description: "Show extension versions." },
104+
"list-extensions": { type: "boolean", description: "List installed VS Code extensions." },
105+
force: { type: "boolean", description: "Avoid prompts when installing VS Code extensions." },
106+
"install-extension": { type: "string[]", description: "Install or update a VS Code extension by id or vsix." },
107+
"uninstall-extension": { type: "string[]", description: "Uninstall a VS Code extension by id." },
108+
"show-versions": { type: "boolean", description: "Show VS Code extension versions." },
109109

110110
locale: { type: "string" },
111111
log: { type: LogLevel },

0 commit comments

Comments
 (0)