fix(cli): have log command lookup file w/ timestamp

This commit is contained in:
LGUG2Z
2024-05-17 16:18:21 -07:00
parent 835472d739
commit d2470b1f08
3 changed files with 66 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ komorebi-core = { path = "../komorebi-core" }
komorebi-client = { path = "../komorebi-client" }
clap = { version = "4", features = ["derive", "wrap_help"] }
chrono = "0.4"
color-eyre = { workspace = true }
dirs = { workspace = true }
dunce = { workspace = true }