mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-09 09:06:30 -05:00
upgrade bpaf to nearly-0.9.1
* take advantage of new features to default to `--help` and to print the defaults * remove blank lines from argument help docstrings to avoid truncating the output on single `--help` arg (as opposed to `--help --help`) I'd use the actual released 0.9.1 but it looks like it's not quite out yet. Will switch over when it is.
This commit is contained in:
@@ -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.9", features = ["autocomplete", "bright-color", "derive"]}
|
||||
bpaf = { git = "https://github.com/pacak/bpaf.git", rev = "905ab7166dd59e89bebbd3364e14b203ee57dba4", features = ["autocomplete", "bright-color", "derive"]}
|
||||
bytes = "1"
|
||||
byteorder = "1.0"
|
||||
cursive = "0.20.0"
|
||||
|
||||
Reference in New Issue
Block a user