Allow a flag such as -i|--interactive to start an interactive repl so that commands can be sent while it is active
managecraft -i
> say "Hi everyone, I'm doing some maintenance"
> save-all
...
> op dylan
> say "I've given dylan OP so he can manage the server while I'm away
> ^D (end of transmit character ctrl+d)
RCON Connection Closed
Allow a flag such as
-i|--interactiveto start an interactive repl so that commands can be sent while it is active