mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
feat: add clap for CLI and consolidate styles
This commit is contained in:
parent
b0f08c6bfd
commit
dfdfad0217
3 changed files with 179 additions and 29 deletions
|
|
@ -5,6 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.99"
|
||||
clap = { version = "4.5.45", features = ["derive"] }
|
||||
inquire = "0.7.5"
|
||||
owo-colors = { version = "4.2.2", features = ["supports-colors"] }
|
||||
rust-ini = "0.21.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue