mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Wrap the help text to the terminal width
This commit is contained in:
@@ -12,7 +12,7 @@ license = "GPL-3.0-or-later"
|
||||
[dependencies]
|
||||
aho-corasick = "0.7.13"
|
||||
colored = "2.0.0"
|
||||
clap = "3.0.0-beta.1"
|
||||
clap = { version = "3.0.0-beta.1", features = ["wrap_help"] }
|
||||
lazy_static = "1.4.0"
|
||||
rayon = "1.3.1"
|
||||
serde = "1.0.114"
|
||||
|
||||
Reference in New Issue
Block a user