From fee3678f402367748f8bd7260bbc62cd024fbf15 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Feb 2026 16:07:29 +0000 Subject: [PATCH] upd README with --min-status/Q3RCON_TUI_MIN_STATUS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fbdbb26..fd7f034 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ q3rcon-tui --host=localhost --port=28960 --password=rconpassword Additional flags: - `--raw`: Boolean flag, if set the RichLog will print raw responses without rendering tables. +- `--min-status`: Boolean flag, if set the status command will print a minified table. + - note, this will have no effect if in *raw* mode. - `--append`: Boolean flag, if set the RichLog output will append each response continuously. - `--version`: Print the version of the TUI. - `--help`: Print the help message. @@ -59,6 +61,7 @@ example .env: Q3RCON_TUI_HOST=localhost Q3RCON_TUI_PORT=28960 Q3RCON_TUI_PASSWORD=rconpassword +Q3RCON_TUI_MIN_STATUS=false Q3RCON_TUI_RAW=false Q3RCON_TUI_APPEND=false ```