Merge pull request #1395 from matthiasbeyer/clap-text-wrap
Clap text wrap
This commit is contained in:
commit
76c8443e50
28 changed files with 55 additions and 55 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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" ]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue