fix: Improved the first-time run behavior so that it outputs the default configuration file it tries to load to help users locate the file on first-runs

This commit is contained in:
2026-01-30 15:36:26 -07:00
parent c791b985f0
commit a2aa9507a9
5 changed files with 120 additions and 152 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ anyhow = "1.0.68"
backtrace = "0.3.74"
bimap = { version = "0.6.3", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
confy = { version = "0.6.0", default-features = false, features = [
confy = { version = "2.0.0", default-features = false, features = [
"yaml_conf",
] }
crossterm = "0.28.1"