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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The code gives me a usage() message and exits. I suspect this is incorrect: if len(os.Args) != 2 { example:
if len(os.Args) != 2 {
$ ./phantom-linux -bind 0.0.0.0:19135 1.2.3.4:19132 Usage: ./phantom-linux <server-ip> Options: -bind string Bind address and port (default "0.0.0.0:19132")
The text was updated successfully, but these errors were encountered:
Fix arg checks (#10)
3876fd7
whoops, fixed
Sorry, something went wrong.
Merge pull request jhead#10 from 6jarjar6/renovate/github.heygears.com-rs-zero…
ad08a2d
…log-1.x Update module github.com/rs/zerolog to v1.29.0
No branches or pull requests
The code gives me a usage() message and exits. I suspect this is incorrect:
if len(os.Args) != 2 {
example:
The text was updated successfully, but these errors were encountered: