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
code-server
-h flag is displayed as shorthand for both --host and --help
The text was updated successfully, but these errors were encountered:
CC @coadler
Sorry, something went wrong.
The shorthand for --host should be changed to -H as I've seen other tools do in the past.
--host
-H
EDIT: my bad, it's already taken by --allow-http.
--allow-http
Which one currently takes precedence?
-h does --host:
-h
$ code-server -h error: option `-h, --host <value>' argument missing
Successfully merging a pull request may close this issue.
code-server
version: 1.1119-vsc1.33.1Description
-h flag is displayed as shorthand for both --host and --help
Steps to Reproduce
The text was updated successfully, but these errors were encountered: