From b3a3a4759a0506297cf0bf76583bac2e72378820 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Feb 2026 15:41:58 +0000 Subject: [PATCH] add --version and --help to additional flags --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efe6ad..118b634 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ q3rcon-tui --host=localhost --port=28960 --password=rconpassword Additional flags: - `--raw`: Boolean flag, if set the RichLog will print raw responses without rendering tables. -- `--append`: Boolean flag, if set the RichLog output with append each response continuously. +- `--append`: Boolean flag, if set the RichLog output with append each response continuously. +- `--version`: Print the version of the TUI. +- `--help`: Print the help message. #### Environment Variables