7 Commits

Author SHA1 Message Date
68f917286f move empty response test into {OutConsole}.print_response() 2026-03-23 20:45:28 +00:00
26a00bff42 add --version flag 2026-03-23 20:35:59 +00:00
d0519bb8e9 add spinners for all commands (including interactive mode).
pass send_command(interpret=True) for commands that return long responses.
note, it strips the first `"` from cvar responses which causes CVAR_REGEX to fail.
2026-03-23 14:45:35 +00:00
a9aff25c4e include map in status output
uses rounded boxes
2026-03-23 13:21:38 +00:00
04c4e40063 rescale the boxed outputs 2026-03-22 10:35:23 +00:00
bfb45efb32 updates to the Console classes:
- added ErrConsole
- import console as namespace throughout the package
- swap out the static methods for instance methods.

Wrap the entry point in try/except.
Note, catching IncorrectPasswordError is currently not working. See https://github.com/Iapetus-11/aio-q3-rcon/issues/4
2026-03-22 04:10:53 +00:00
48bf6f6728 first commit 2026-03-21 00:25:40 +00:00