feat: better error messages

This commit is contained in:
2026-02-01 16:58:23 +01:00
parent 6108b3f481
commit 40fa301afe
4 changed files with 127 additions and 28 deletions

7
Cargo.lock generated
View File

@@ -116,12 +116,19 @@ version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "lssh"
version = "0.1.0"
dependencies = [
"clap",
"glob",
"log",
]
[[package]]