use new bpaf::ParseFailure::exit_code

95b5db15a8
This commit is contained in:
Scott Lamb
2023-02-11 11:49:10 -08:00
parent e21f795e93
commit b1a46cfb25
3 changed files with 9 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ members = ["base", "db"]
base = { package = "moonfire-base", path = "base" }
base64 = "0.13.0"
blake3 = "1.0.0"
bpaf = { version = "0.7.8", features = ["autocomplete", "bright-color", "derive"] }
bpaf = { git = "https://github.com/pacak/bpaf.git", branch = "exit_code", features = ["autocomplete", "bright-color", "derive"]}
bytes = "1"
byteorder = "1.0"
cursive = "0.20.0"