This commit is contained in:
Kyle Carberry 2019-03-27 09:56:05 -04:00
parent 83aa952de2
commit 3bb5c0bbe5
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ import * as commander from "commander";
commander.version(process.env.VERSION || "development")
.name("code-server")
.description("Run VS Code on a remote server.")
.option("--cert")
.option("--cert-key")
.option("--cert <value>")
.option("--cert-key <value>")
.option("-d, --data-dir <value>", "Customize where user-data is stored.")
.option("-h, --host <value>", "Customize the hostname.", "0.0.0.0")
.option("-o, --open", "Open in the browser on startup.", false)