Merge pull request #1275 from matthiasbeyer/clap-features
Clap features
This commit is contained in:
commit
fa8af0c053
27 changed files with 146 additions and 27 deletions
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
url = "1.2"
|
||||
toml = "0.4"
|
||||
|
@ -33,3 +32,8 @@ libimagentryannotation = { version = "0.6.0", path = "../../../lib/entry/libimag
|
|||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ repository = "https://github.com/matthiasbeyer/imag"
|
|||
homepage = "http://imag-pim.org"
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
||||
|
@ -23,3 +22,8 @@ libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
|||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["suggestions", "color"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
url = "1.2"
|
||||
toml = "0.4"
|
||||
|
@ -32,6 +31,11 @@ libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror"
|
|||
libimagentrygps = { version = "0.6.0", path = "../../../lib/entry/libimagentrygps" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.6.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
|
|
|
@ -20,10 +20,14 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
regex = "0.2"
|
||||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,11 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
[dev-dependencies]
|
||||
toml = "0.4"
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
url = "1.5"
|
||||
toml = "0.4"
|
||||
|
@ -32,6 +31,11 @@ libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror"
|
|||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
[dev-dependencies.libimagutil]
|
||||
version = "0.6.0"
|
||||
path = "../../../lib/etc/libimagutil"
|
||||
|
@ -44,3 +48,4 @@ path = "../../../lib/core/libimagrt"
|
|||
default-features = false
|
||||
features = ["testing"]
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -28,3 +27,8 @@ libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
|||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrylink = { version = "0.6.0", path = "../../../lib/entry/libimagentrylink" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
|
@ -29,3 +28,9 @@ libimagentryref = { version = "0.6.0", path = "../../../lib/entry/libimagentr
|
|||
libimagentrylist = { version = "0.6.0", path = "../../../lib/entry/libimagentrylist" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
error-chain = "0.11"
|
||||
|
@ -30,6 +29,11 @@ libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
|||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
[features]
|
||||
early-panic = [ "libimagstore/early-panic" ]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
|
||||
|
@ -30,6 +29,11 @@ libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
|||
libimagentrytag = { version = "0.6.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
[dev-dependencies]
|
||||
toml-query = "0.6"
|
||||
env_logger = "0.5"
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -32,3 +31,8 @@ libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
|||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagentryview = { version = "0.6.0", path = "../../../lib/entry/libimagentryview" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
walkdir = "1"
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -29,4 +28,8 @@ toml-query = "0.6"
|
|||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["suggestions", "color"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -29,3 +28,9 @@ libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
|||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagbookmark = { version = "0.6.0", path = "../../../lib/domain/libimagbookmark" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -38,3 +37,8 @@ libimagentryref = { version = "0.6.0", path = "../../../lib/entry/libimagentryre
|
|||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -36,3 +35,8 @@ libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimagintera
|
|||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagtimeui = { version = "0.6.0", path = "../../../lib/etc/libimagtimeui" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -37,3 +36,8 @@ libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil"
|
|||
libimagtimeui = { version = "0.6.0", path = "../../../lib/etc/libimagtimeui" }
|
||||
libimaghabit = { version = "0.6.0", path = "../../../lib/domain/libimaghabit" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -30,3 +29,9 @@ libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
|||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagdiary = { version = "0.6.0", path = "../../../lib/domain/libimagdiary" }
|
||||
libimaglog = { version = "0.6.0", path = "../../../lib/domain/libimaglog" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,10 +20,15 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
|
||||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagmail = { version = "0.6.0", path = "../../../lib/domain/libimagmail" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
itertools = "0.7"
|
||||
|
||||
|
@ -30,3 +29,9 @@ libimagnotes = { version = "0.6.0", path = "../../../lib/domain/libimagnotes
|
|||
libimagentryedit = { version = "0.6.0", path = "../../../lib/entry/libimagentryedit" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
chrono = "0.4"
|
||||
filters = "0.2"
|
||||
|
@ -32,3 +31,9 @@ libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
|||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagtimetrack = { version = "0.6.0", path = "../../../lib/domain/libimagtimetrack" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
toml = "0.4"
|
||||
toml-query = "0.6"
|
||||
|
@ -29,3 +28,9 @@ is-match = "0.1"
|
|||
libimagrt = { version = "0.6.0", path = "../../../lib/core/libimagrt" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagtodo = { version = "0.6.0", path = "../../../lib/domain/libimagtodo" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
env_logger = "0.5"
|
||||
toml = "0.4"
|
||||
xdg-basedir = "1.0"
|
||||
|
@ -36,6 +35,11 @@ libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
|||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["suggestions", "color"]
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4.0-rc.1"
|
||||
default-features = false
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
filters = "0.2"
|
||||
itertools = "0.7"
|
||||
log = "0.4.0"
|
||||
|
@ -31,3 +30,9 @@ toml-query = "0.6"
|
|||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagentrytag = { version = "0.6.0", path = "../../../lib/entry/libimagentrytag" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
prettytable-rs = "0.6.*"
|
||||
error-chain = "0.11"
|
||||
|
@ -28,3 +27,9 @@ error-chain = "0.11"
|
|||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
regex = "0.2"
|
||||
toml = "0.4"
|
||||
|
@ -32,3 +31,9 @@ error-chain = "0.11"
|
|||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ maintenance = { status = "actively-developed" }
|
|||
|
||||
[dependencies]
|
||||
ansi_term = "0.10"
|
||||
clap = ">=2.17"
|
||||
interactor = "0.1"
|
||||
lazy_static = "0.2"
|
||||
log = "0.4.0"
|
||||
|
@ -33,3 +32,9 @@ serde_json = "1"
|
|||
|
||||
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.6.0", path = "../../../lib/core/libimagerror" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
|
@ -20,9 +20,13 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
lazy_static = "0.2"
|
||||
log = "0.4.0"
|
||||
chrono = "0.4"
|
||||
regex = "0.2"
|
||||
|
||||
[dependencies.clap]
|
||||
version = ">=2.29"
|
||||
default-features = false
|
||||
features = ["color", "suggestions"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue