Wrap the help text to the terminal width

This commit is contained in:
Robbert van der Helm
2020-07-15 16:10:35 +02:00
parent f9deb8c201
commit fefce517d0
2 changed files with 50 additions and 5 deletions
+1 -1
View File
@@ -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"