We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83aa952 commit 3bb5c0bCopy full SHA for 3bb5c0b
packages/server/src/cli.ts
@@ -19,8 +19,8 @@ import * as commander from "commander";
19
commander.version(process.env.VERSION || "development")
20
.name("code-server")
21
.description("Run VS Code on a remote server.")
22
- .option("--cert")
23
- .option("--cert-key")
+ .option("--cert <value>")
+ .option("--cert-key <value>")
24
.option("-d, --data-dir <value>", "Customize where user-data is stored.")
25
.option("-h, --host <value>", "Customize the hostname.", "0.0.0.0")
26
.option("-o, --open", "Open in the browser on startup.", false)
0 commit comments