Add option to pass through arguments to brwap, use shlex for dry-run
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -9,6 +9,7 @@ dependencies = [
|
||||
"clap",
|
||||
"glob",
|
||||
"serde",
|
||||
"shlex",
|
||||
"tempfile",
|
||||
"toml",
|
||||
]
|
||||
@@ -372,6 +373,12 @@ dependencies = [
|
||||
"serde_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shlex"
|
||||
version = "1.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||||
|
||||
[[package]]
|
||||
name = "strsim"
|
||||
version = "0.11.1"
|
||||
|
||||
Reference in New Issue
Block a user