mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-02-26 03:09:09 +00:00
add --raw and --append to Flags section
This commit is contained in:
parent
82fb9b9fc4
commit
f74ce3e17c
10
README.md
10
README.md
@ -40,6 +40,11 @@ Pass `--host`, `--port` and `--password` as flags:
|
|||||||
q3rcon-tui --host=localhost --port=28960 --password=rconpassword
|
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
|
#### Environment Variables
|
||||||
|
|
||||||
Store and load from dotenv files located at:
|
Store and load from dotenv files located at:
|
||||||
@ -48,11 +53,12 @@ Store and load from dotenv files located at:
|
|||||||
|
|
||||||
example .env:
|
example .env:
|
||||||
|
|
||||||
```bash
|
```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_REFRESH_OUTPUT=true
|
Q3RCON_TUI_RAW=false
|
||||||
|
Q3RCON_TUI_APPEND=false
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user