Better error handling

[With input from AI in VSCode]
This commit is contained in:
2025-07-26 13:14:05 -07:00
parent 0e027005a1
commit a8591da49b
3 changed files with 66 additions and 28 deletions

View File

@@ -14,3 +14,4 @@ chrono = "0.4.41"
chrono-tz = "0.10.3"
iana-time-zone = "0.1.63"
clap = { version = "4.5.1", features = ["derive"] }
thiserror = "1.0"