feat: redesign cli ux progress
This commit is contained in:
parent
ab60ee641f
commit
c63b2917da
21 changed files with 994 additions and 99 deletions
|
|
@ -17,6 +17,8 @@ version = "0.1.0"
|
|||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
assert_cmd = "2.0.16"
|
||||
dialoguer = "0.12.0"
|
||||
console = "0.16.3"
|
||||
indicatif = "0.17.11"
|
||||
libc = "0.2.171"
|
||||
reqwest = { version = "0.12.15", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue