rcon-cli icon indicating copy to clipboard operation
rcon-cli copied to clipboard

Not responding to Ctrl+C termination on Linux

Open jschenke488 opened this issue 2 months ago • 1 comments

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]

jschenke488 avatar Nov 06 '25 18:11 jschenke488

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.

itzg avatar Nov 07 '25 15:11 itzg