Skip to content

Commit 6fb163d

Browse files
authored
port CLI from argh to bpaf (#185)
1 parent c09d85a commit 6fb163d

File tree

5 files changed

+390
-226
lines changed

5 files changed

+390
-226
lines changed

Cargo.lock

Lines changed: 124 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ html5gum = "0.7.0"
2525
jwalk = "0.8.1"
2626
bumpalo = { version = "3.11.1", features = ["collections"] }
2727
percent-encoding = "2.1.0"
28-
argh = "0.1.12"
2928
num_cpus = "1.15.0"
29+
bpaf = { version = "0.9.16", features = ["derive"] }
3030

3131
[dev-dependencies]
3232
assert_cmd = "2.0.2"
3333
assert_fs = "1.0.2"
34+
insta = { version = "1.42.1", features = ["filters"] }
35+
insta-cmd = "0.6.0"
3436
predicates = "3.1.2"
3537
pretty_assertions = "1.0.0"
3638

0 commit comments

Comments
 (0)