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 d8654b5 commit ce637d3Copy full SHA for ce637d3
src/node/cli.ts
@@ -98,8 +98,8 @@ const options: Options<Required<Args>> = {
98
version: { type: "boolean", short: "v", description: "Display version information." },
99
_: { type: "string[]" },
100
101
- "disable-ssh": { type: "boolean" },
102
- "ssh-host-key": { type: "string", path: true },
+ "disable-ssh": { type: "boolean", description: "Disable the SSH server." },
+ "ssh-host-key": { type: "string", path: true, description: "SSH server host key." },
103
104
"user-data-dir": { type: "string", path: true, description: "Path to the user data directory." },
105
"extensions-dir": { type: "string", path: true, description: "Path to the extensions directory." },
0 commit comments