mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
enable clap's wrap_help feature
This makes the output easier to read.
This commit is contained in:
parent
85e77832e9
commit
70fa17dde0
2 changed files with 41 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ axum-extra = { version = "0.9.3", features = ["typed-header"] }
|
|||
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
|
||||
base64 = "0.22.1"
|
||||
bytes = "1.6.0"
|
||||
clap = { version = "4.5.4", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string"] }
|
||||
clap = { version = "4.5.4", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string", "wrap_help"] }
|
||||
futures-util = { version = "0.3.30", default-features = false }
|
||||
hmac = "0.12.1"
|
||||
html-escape = "0.2.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue