From bc373e72aee89edea10978496642e325b9a0dfd4 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 4 Nov 2024 15:05:13 +0000 Subject: [PATCH] add `your own implementation` section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93289cd..91227ac 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ q3rcon -h=localhost -p=30000 -P="rconpassword" -i If interactive mode is enabled, any arguments sent on the command line will be ignored. +## Your own implementation + +I've separated the q3rcon package from the CLI precisely so that you can write your own implementation, since I don't know the target game or it's commands. For example, in my case I've added terminal colouring and reformatted some of the command responses. + ## `Logging` Log level may be set by passing the `-l` flag with a number from 0 up to 6 where