From Дилян Пала узов to ~whynothugo/vdirsyncer-devel
Fixes: https://todo.sr.ht/~whynothugo/vdirsyncer-rs/87 --- vdirsyncer/src/cli.rs | 4 ++++ vdirsyncer/src/main.rs | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/vdirsyncer/src/cli.rs b/vdirsyncer/src/cli.rs index 6dd8fb6..38f398c 100644 --- a/vdirsyncer/src/cli.rs +++ b/vdirsyncer/src/cli.rs @@ -14,6 +14,7 @@ pub(crate) enum Command { pub(crate) struct Cli { pub command: Command, pub log_level: log::LevelFilter, [message trimmed]
From Дилян Пала узов to ~whynothugo/vdirsyncer-devel
Fixes: https://todo.sr.ht/~whynothugo/vdirsyncer-rs/87 --- vdirsyncer/src/cli.rs | 4 ++++ vdirsyncer/src/config.rs | 8 +++++--- vdirsyncer/src/main.rs | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/vdirsyncer/src/cli.rs b/vdirsyncer/src/cli.rs index 6dd8fb6..74f30d3 100644 --- a/vdirsyncer/src/cli.rs +++ b/vdirsyncer/src/cli.rs @@ -14,6 +14,7 @@ pub(crate) enum Command { pub(crate) struct Cli { pub command: Command, [message trimmed]
From Дилян Пала узов to ~whynothugo/vdirsyncer-devel
Fixes: https://todo.sr.ht/~whynothugo/vdirsyncer-rs/89 --- vdirsyncer/src/config.rs | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/vdirsyncer/src/config.rs b/vdirsyncer/src/config.rs index 2431ff1..ba4a689 100644 --- a/vdirsyncer/src/config.rs +++ b/vdirsyncer/src/config.rs @@ -431,8 +431,8 @@ impl<I: Item> Vdir<I> { #[serde(deny_unknown_fields)] struct CardDav { url: StringOrCommand, username: StringOrCommand,[message trimmed]
From Дилян Пала узов to ~whynothugo/vdirsyncer-devel
Fixes: https://todo.sr.ht/~whynothugo/vdirsyncer-rs/87 --- vdirsyncer/src/cli.rs | 4 ++++ vdirsyncer/src/config.rs | 8 +++++--- vdirsyncer/src/main.rs | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/vdirsyncer/src/cli.rs b/vdirsyncer/src/cli.rs index 6dd8fb6..74f30d3 100644 --- a/vdirsyncer/src/cli.rs +++ b/vdirsyncer/src/cli.rs @@ -14,6 +14,7 @@ pub(crate) enum Command { pub(crate) struct Cli { pub command: Command, [message trimmed]