Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

port CLI from argh to bpaf #185

Merged
merged 13 commits into from
Jan 30, 2025
157 changes: 124 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ html5gum = "0.7.0"
jwalk = "0.8.1"
bumpalo = { version = "3.11.1", features = ["collections"] }
percent-encoding = "2.1.0"
argh = "0.1.12"
num_cpus = "1.15.0"
bpaf = { version = "0.9.16", features = ["derive"] }

[dev-dependencies]
assert_cmd = "2.0.2"
assert_fs = "1.0.2"
insta = { version = "1.42.1", features = ["filters"] }
insta-cmd = "0.6.0"
predicates = "3.1.2"
pretty_assertions = "1.0.0"

Expand Down
Loading