Skip to content

Commit

Permalink
port CLI from argh to bpaf (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Jan 30, 2025
1 parent c09d85a commit 6fb163d
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 226 deletions.
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

0 comments on commit 6fb163d

Please sign in to comment.