Add option to pass through arguments to brwap, use shlex for dry-run

This commit is contained in:
2026-04-04 08:41:40 +02:00
parent 8958f79ece
commit 8ecba5d6dc
8 changed files with 75 additions and 3 deletions

View File

@@ -15,7 +15,9 @@ path = "src/main.rs"
clap = { version = "4", features = ["derive"] }
glob = "0.3"
serde = { version = "1", features = ["derive"] }
shlex = "1.3.0"
toml = "1"
[dev-dependencies]
shlex = "1.3.0"
tempfile = "3"