Skip to content

Commit 8854af0

Browse files
nhooyrjsjoeio
authored andcommitted
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 90c0fa4 commit 8854af0

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
@@ -197,6 +197,7 @@ const options: Options<Required<Args>> = {
197197
This is presently beta and requires being accepted for testing.
198198
See https://github.com/cdr/code-server/discussions/2137
199199
`,
200+
beta: true,
200201
},
201202
home: {
202203
type: "string",

0 commit comments

Comments
 (0)