improve ssh-cli interaction surface
All checks were successful
Build Container / Build Container (push) Successful in 4m17s
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:
parent
fb19ca3840
commit
bc0c1b85ca
5 changed files with 320 additions and 215 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue