Add descriptions to SSH flags
This commit is contained in:
parent
d8654b5a19
commit
ce637d318d
|
@ -98,8 +98,8 @@ const options: Options<Required<Args>> = {
|
||||||
version: { type: "boolean", short: "v", description: "Display version information." },
|
version: { type: "boolean", short: "v", description: "Display version information." },
|
||||||
_: { type: "string[]" },
|
_: { type: "string[]" },
|
||||||
|
|
||||||
"disable-ssh": { type: "boolean" },
|
"disable-ssh": { type: "boolean", description: "Disable the SSH server." },
|
||||||
"ssh-host-key": { type: "string", path: true },
|
"ssh-host-key": { type: "string", path: true, description: "SSH server host key." },
|
||||||
|
|
||||||
"user-data-dir": { type: "string", path: true, description: "Path to the user data directory." },
|
"user-data-dir": { type: "string", path: true, description: "Path to the user data directory." },
|
||||||
"extensions-dir": { type: "string", path: true, description: "Path to the extensions directory." },
|
"extensions-dir": { type: "string", path: true, description: "Path to the extensions directory." },
|
||||||
|
|
Loading…
Reference in New Issue