mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 20:43:24 +08:00
Merge remote-tracking branch 'origin/restructure' into anmol-restructure
This commit is contained in:
@ -14,6 +14,7 @@ export interface Args extends VsArgs {
|
||||
readonly auth?: AuthType
|
||||
readonly cert?: OptionalString
|
||||
readonly "cert-key"?: string
|
||||
readonly "disable-updates"?: boolean
|
||||
readonly help?: boolean
|
||||
readonly host?: string
|
||||
readonly json?: boolean
|
||||
@ -66,6 +67,7 @@ const options: Options<Required<Args>> = {
|
||||
description: "Path to certificate. Generated if no path is provided.",
|
||||
},
|
||||
"cert-key": { type: "string", path: true, description: "Path to certificate key when using non-generated cert." },
|
||||
"disable-updates": { type: "boolean", description: "Disable automatic updates." },
|
||||
host: { type: "string", description: "Host for the HTTP server." },
|
||||
help: { type: "boolean", short: "h", description: "Show this output." },
|
||||
json: { type: "boolean" },
|
||||
|
Reference in New Issue
Block a user