improve ssh-cli interaction surface
All checks were successful
Build Container / Build Container (push) Successful in 4m17s

- better CLI parameter parsing
- an actual help message
- a new command to list currently known locks
This commit is contained in:
lilly 2026-07-19 20:19:43 +02:00
commit bc0c1b85ca
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
5 changed files with 320 additions and 215 deletions

View file

@ -4,9 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
color-eyre = "0.6.5"
eyre = "0.6.12"
reqwest = { version = "0.13.4", features = ["blocking", "json"] }
reqwest = { version = "0.13.4", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
simple-eyre = "0.3.1"
tokio = { version = "1.53.0", features = ["macros", "rt"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"