neverest 0.2.0

CLI to synchronize PIM collections: mail, contact, calendar…
1
2
3
4
5
6
7
8
9
10
11
12
//! # CLI
//!
//! Clap-driven: top-level parser, one module per subcommand, and the outcome
//! a run exits with.

pub mod check;
pub mod configure;
pub mod conflict;
pub mod exit;
pub mod init;
pub mod main;
pub mod sync;