Use clap with wrap_help feature

This commit is contained in:
Matthias Beyer 2018-04-13 16:19:10 +02:00
parent b59c234588
commit aeec10bf76
27 changed files with 27 additions and 27 deletions

View file

@ -37,5 +37,5 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagut
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -27,5 +27,5 @@ libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentryl
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["suggestions", "color"]
features = ["suggestions", "color", "wrap_help"]

View file

@ -36,7 +36,7 @@ libimagentryedit = { version = "0.7.0", path = "../../../lib/entry/libimagentrye
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies.libimagutil]
version = "0.7.0"

View file

@ -36,7 +36,7 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies.libimagutil]
version = "0.7.0"

View file

@ -32,5 +32,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"]

View file

@ -29,5 +29,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"]

View file

@ -28,7 +28,7 @@ libimagrt = { version = "0.7.0", path = "../../../lib/core/libimagrt" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies]
toml = "0.4"

View file

@ -37,7 +37,7 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies]
env_logger = "0.5"

View file

@ -32,5 +32,5 @@ libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentryl
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -34,5 +34,5 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil"
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -34,7 +34,7 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]
[features]
early-panic = [ "libimagstore/early-panic" ]

View file

@ -34,7 +34,7 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies]
toml-query = "0.6"

View file

@ -36,5 +36,5 @@ libimagentryview = { version = "0.7.0", path = "../../../lib/entry/libimagentryv
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -34,5 +34,5 @@ libimagerror = { version = "0.7.0", path = "../../../lib/core/libimagerror" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["suggestions", "color"]
features = ["suggestions", "color", "wrap_help"]

View file

@ -34,5 +34,5 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -48,5 +48,5 @@ features = ["deser"]
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -39,5 +39,5 @@ libimagtimeui = { version = "0.7.0", path = "../../../lib/etc/libimagtimeui
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -41,5 +41,5 @@ libimaghabit = { version = "0.7.0", path = "../../../lib/domain/libimaghab
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -36,5 +36,5 @@ libimaglog = { version = "0.7.0", path = "../../../lib/domain/libimaglog" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -32,5 +32,5 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -35,5 +35,5 @@ libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore"
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -38,5 +38,5 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -34,5 +34,5 @@ libimagtodo = { version = "0.7.0", path = "../../../lib/domain/libimagtodo" }
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View file

@ -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"

View file

@ -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"]

View file

@ -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"]

View file

@ -28,5 +28,5 @@ regex = "0.2"
[dependencies.clap]
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]