summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:19:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:19:10 +0200
commitaeec10bf769b458e3352003fb0cffe904d61ba91 (patch)
tree644152ae6065b5923638e94a2d90f32c57cc2415 /lib
parentb59c234588c2fdd3f8e3d4fb91a145a277db8598 (diff)
Use clap with wrap_help feature
Diffstat (limited to 'lib')
-rw-r--r--lib/core/libimagrt/Cargo.toml2
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml2
-rw-r--r--lib/etc/libimaginteraction/Cargo.toml2
-rw-r--r--lib/etc/libimagtimeui/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index 617f7064..74fc964c 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -39,7 +39,7 @@ libimaginteraction = { version = "0.7.0", path = "../../../lib/etc/libimagintera
[dependencies.clap]
version = "^2.29"
default-features = false
-features = ["suggestions", "color"]
+features = ["suggestions", "color", "wrap_help"]
[dependencies.log]
version = "0.4.0-rc.1"
diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml
index 09aeccff..f6712957 100644
--- a/lib/entry/libimagentrytag/Cargo.toml
+++ b/lib/entry/libimagentrytag/Cargo.toml
@@ -35,5 +35,5 @@ libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
[dependencies.clap]
version = "^2.29"
default-features = false
-features = ["color", "suggestions"]
+features = ["color", "suggestions", "wrap_help"]
diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml
index 48081a51..79f23b64 100644
--- a/lib/etc/libimaginteraction/Cargo.toml
+++ b/lib/etc/libimaginteraction/Cargo.toml
@@ -36,5 +36,5 @@ libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror
[dependencies.clap]
version = "^2.29"
default-features = false
-features = ["color", "suggestions"]
+features = ["color", "suggestions", "wrap_help"]
diff --git a/lib/etc/libimagtimeui/Cargo.toml b/lib/etc/libimagtimeui/Cargo.toml
index 1e222b42..cb0ab64e 100644
--- a/lib/etc/libimagtimeui/Cargo.toml
+++ b/lib/etc/libimagtimeui/Cargo.toml
@@ -28,5 +28,5 @@ regex = "0.2"
[dependencies.clap]
version = "^2.29"
default-features = false
-features = ["color", "suggestions"]
+features = ["color", "suggestions", "wrap_help"]