We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L359 in cli.ts is not covered (the continue):
cli.ts
continue
https://github.com/coder/code-server/blob/main/src/node/cli.ts#L358-L360
I'd like to add a test, similar to #4866
Pass an arg that is an OptionalString and set it to false such as --cert
OptionalString
false
--cert
The text was updated successfully, but these errors were encountered:
jsjoeio
Successfully merging a pull request may close this issue.
L359 in
cli.ts
is not covered (thecontinue
):https://github.com/coder/code-server/blob/main/src/node/cli.ts#L358-L360
I'd like to add a test, similar to #4866
How to test
Pass an arg that is an
OptionalString
and set it tofalse
such as--cert
The text was updated successfully, but these errors were encountered: