Skip to content

Commit

Permalink
Replace clap with argh
Browse files Browse the repository at this point in the history
Clap is too huge, see #clap-rs/clap#1365
  • Loading branch information
yujincheng08 committed Jun 20, 2023
1 parent 9929b25 commit 63dbfe3
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 214 deletions.
137 changes: 19 additions & 118 deletions native/src/Cargo.lock

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

2 changes: 1 addition & 1 deletion native/src/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ protobuf = "3.2.0"
protobuf-codegen = "3.2.0"
byteorder = "1"
size = "0.4"
clap = "4.3"
argh = "0.1.10"

[profile.dev]
opt-level = "z"
Expand Down
2 changes: 1 addition & 1 deletion native/src/boot/Cargo.toml
Expand Up @@ -17,5 +17,5 @@ cxx = { path = "../external/cxx-rs" }
protobuf = { workspace = true }
byteorder = { workspace = true }
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
size = { workspace = true }
argh = { workspace = true }

0 comments on commit 63dbfe3

Please sign in to comment.