rcon-cli
rcon-cli copied to clipboard
Not responding to Ctrl+C termination on Linux
The rcon-cli command does not respond to Ctrl+C termination on Linux
OS: Debian 13.1 (trixie) Shell: zsh Command: rcon-cli --host localhost --port 25575 --password [removed]
Looking at the code I can confirm that would be missing. FYI Ctrl-D will end the interactive session, but I know that's the most intuitive exit operation.