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
-h option is doubled in enb server's help:
-h
enb server
› enb server --help Usage: server [options] Options: -h, --help output usage information -p, --port <port> socket port [8080] -h, --host <host> socket host [0.0.0.0] -s, --socket <socket> unix socket path
› enb server -h error: option `-h, --host <host>' argument missing
The text was updated successfully, but these errors were encountered:
Yes, this is an error.
Sorry, something went wrong.
Need remove short -h flag of option host in v1.0.0 version.
host
v1.0.0
SwinX
Successfully merging a pull request may close this issue.
-h
option is doubled inenb server
's help:› enb server -h error: option `-h, --host <host>' argument missing
The text was updated successfully, but these errors were encountered: