neverest 0.1.0

CLI to synchronize and backup emails
Documentation
1
2
3
4
5
6
//! # Account arguments
//!
//! This module gathers CLI arguments dedicated to accounts: [`name`]
//! for the account name arguments.

pub mod name;