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
The --config command line argument doesn't do anything.
--config
# echo "port: 25575" > /tmp/config.yaml # ./rcon-cli --config /tmp/config.yaml help 2019/01/08 02:56:38 Failed to connect to RCON serverdial tcp [::1]:27015: connect: connection refused # mv /tmp/config.yaml /tmp/.rcon-cli.yaml # HOME=/tmp ./rcon-cli help Using config file: /tmp/.rcon-cli.yaml §e--------- §fHelp: Index (1/9) §e--------------------- §7Use /help [n] to get page n of help. §6Aliases: §fLists command aliases §6Bukkit: §fAll commands for Bukkit §6Minecraft: §fAll commands for Minecraft §6/advancement: §fA Mojang provided command. §6/ban: §fA Mojang provided command. §6/ban-ip: §fA Mojang provided command. §6/banlist: §fA Mojang provided command. §6/bossbar: §fA Mojang provided command.
The text was updated successfully, but these errors were encountered:
Don't use config file searching when explicitly passed
192450b
For #2
@phemmer thanks for reporting this. It should now be fixed in 1.4.1.
Sorry, something went wrong.
itzg
No branches or pull requests
The
--config
command line argument doesn't do anything.The text was updated successfully, but these errors were encountered: