mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-02-26 11:09:11 +00:00
upd README with --min-status/Q3RCON_TUI_MIN_STATUS
This commit is contained in:
parent
ba91b2d8be
commit
fee3678f40
@ -43,6 +43,8 @@ q3rcon-tui --host=localhost --port=28960 --password=rconpassword
|
|||||||
Additional flags:
|
Additional flags:
|
||||||
|
|
||||||
- `--raw`: Boolean flag, if set the RichLog will print raw responses without rendering tables.
|
- `--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.
|
- `--append`: Boolean flag, if set the RichLog output will append each response continuously.
|
||||||
- `--version`: Print the version of the TUI.
|
- `--version`: Print the version of the TUI.
|
||||||
- `--help`: Print the help message.
|
- `--help`: Print the help message.
|
||||||
@ -59,6 +61,7 @@ example .env:
|
|||||||
Q3RCON_TUI_HOST=localhost
|
Q3RCON_TUI_HOST=localhost
|
||||||
Q3RCON_TUI_PORT=28960
|
Q3RCON_TUI_PORT=28960
|
||||||
Q3RCON_TUI_PASSWORD=rconpassword
|
Q3RCON_TUI_PASSWORD=rconpassword
|
||||||
|
Q3RCON_TUI_MIN_STATUS=false
|
||||||
Q3RCON_TUI_RAW=false
|
Q3RCON_TUI_RAW=false
|
||||||
Q3RCON_TUI_APPEND=false
|
Q3RCON_TUI_APPEND=false
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user