implement wait feature in ssh-cli
All checks were successful
Build Container / Build Container (push) Successful in 4m16s

This commit is contained in:
lilly 2026-07-19 20:47:27 +02:00
commit 7c64d57eb5
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 82 additions and 45 deletions

View file

@ -8,6 +8,6 @@ eyre = "0.6.12"
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"] }
tokio = { version = "1.53.0", features = ["macros", "rt", "time"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"