feat: export logs feature, closes #1

Save logs to a file.
 `--logs-dir` cli arg to change from the default location.

Refactor of input_handler
This commit is contained in:
Jack Wills
2023-11-19 16:03:18 +00:00
parent abde07b5f6
commit a15da5ed43
11 changed files with 325 additions and 170 deletions
+1
View File
@@ -25,6 +25,7 @@ tracing = "0.1"
tracing-subscriber = "0.3"
ratatui = "0.24"
uuid = { version = "1.5", features = ["v4", "fast-rng"] }
directories = "5.0.1"
[dev-dependencies]