Merge pull request #1395 from matthiasbeyer/clap-text-wrap

Clap text wrap
This commit is contained in:
Matthias Beyer 2018-04-13 22:46:09 +02:00 committed by GitHub
commit 76c8443e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 55 additions and 55 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -35,9 +35,9 @@ libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentryl
libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil" }
[dependencies.clap]
version = ">=2.29"
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]
[dev-dependencies]
env_logger = "0.5"

View File

@ -30,7 +30,7 @@ libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore"
libimagentrylink = { version = "0.7.0", path = "../../../lib/entry/libimagentrylink" }
[dependencies.clap]
version = ">=2.29"
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -37,9 +37,9 @@ libimagutil = { version = "0.7.0", path = "../../../lib/etc/libimagutil"
libimaginteraction = { version = "0.7.0", path = "../../../lib/etc/libimaginteraction" }
[dependencies.clap]
version = ">=2.29"
version = "^2.29"
default-features = false
features = ["suggestions", "color"]
features = ["suggestions", "color", "wrap_help"]
[dependencies.log]
version = "0.4.0-rc.1"

View File

@ -32,7 +32,7 @@ libimagstore = { version = "0.7.0", path = "../../../lib/core/libimagstore" }
libimagentrytag = { version = "0.7.0", path = "../../../lib/entry/libimagentrytag" }
[dependencies.clap]
version = ">=2.29"
version = "^2.29"
default-features = false
features = ["color", "suggestions"]

View File

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

View File

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

View File

@ -26,7 +26,7 @@ chrono = "0.4"
regex = "0.2"
[dependencies.clap]
version = ">=2.29"
version = "^2.29"
default-features = false
features = ["color", "suggestions"]
features = ["color", "suggestions", "wrap_help"]