Skip to content

Commit 55b8bed

Browse files
nhooyrjsjoeio
authored andcommittedDec 14, 2020
cli: Show beta flags in help output
Looks like ``` -r --reuse-window Force to open a file or folder in an already opened window. -vvv --verbose Enable verbose logging. --link (beta) Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like https://myname.coder-cloud.com at which you can easily access your code-server instance. Authorization is done via GitHub. ``` Based on commits by @JammSpread in #2405 Closes #2396
1 parent 2f87ca1 commit 55b8bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/node/cli.ts

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ const options: Options<Required<Args>> = {
195195
https://myname.coder-cloud.com at which you can easily access your code-server instance.
196196
Authorization is done via GitHub.
197197
`,
198+
beta: true,
198199
},
199200
home: {
200201
type: "string",

0 commit comments

Comments
 (0)