From f74ce3e17c2b1e7ddbfc9dee76889aea60173fad Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Feb 2026 15:24:37 +0000 Subject: [PATCH] add --raw and --append to Flags section --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faf2e0d..b953980 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ Pass `--host`, `--port` and `--password` as flags: q3rcon-tui --host=localhost --port=28960 --password=rconpassword ``` +Additional flags: + +- `--raw`: Boolean flag, if set the RichLog will print raw responses withouth rendering tables. +- `--append`: Boolean flag, if set the RichLog output with append each response continuously. + #### Environment Variables Store and load from dotenv files located at: @@ -48,11 +53,12 @@ Store and load from dotenv files located at: example .env: -```bash +```env Q3RCON_TUI_HOST=localhost Q3RCON_TUI_PORT=28960 Q3RCON_TUI_PASSWORD=rconpassword -Q3RCON_TUI_REFRESH_OUTPUT=true +Q3RCON_TUI_RAW=false +Q3RCON_TUI_APPEND=false ``` ## License