Modify link arg and its desc to not be beta

This commit is contained in:
JK 2020-12-05 01:23:48 +00:00
parent eb4864f9a5
commit 4d295e3195

View File

@ -186,10 +186,7 @@ const options: Options<Required<Args>> = {
Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like 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. https://myname.coder-cloud.com at which you can easily access your code-server instance.
Authorization is done via GitHub. Authorization is done via GitHub.
This is presently beta and requires being accepted for testing.
See https://github.com/cdr/code-server/discussions/2137
`, `,
beta: true,
}, },
} }