♻️ refactor + bootstrap ask order + shell_quote
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
2e748abffc
commit
f0fb42b6f0
6 changed files with 220 additions and 148 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "g"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
@ -9,6 +9,7 @@ either = { version = "1.15.0", features = ["serde"] }
|
|||
inquire = "0.7.5"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.137"
|
||||
shell-quote = "0.7.2"
|
||||
subprocess = "0.2.9"
|
||||
toml = "0.8.20"
|
||||
yansi = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue