Add optional file logging and fix board offsets

Introduce --log CLI flag to enable logging to
war_in_tunnels.log via simplelog.
This commit is contained in:
2026-03-27 18:28:16 +01:00
parent b71130d3d6
commit a0186ea0cb
8 changed files with 74 additions and 2 deletions
+3
View File
@@ -12,3 +12,6 @@ strip = true
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
ratatui = "0.30.0"
log = "0.4.29"
simplelog = "0.12.2"