pidge 0.2.0

A fast CLI for e-mail and calendar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! CLI command implementations

pub mod ai;
pub mod auth;
pub mod auth_default;
pub mod auth_list;
pub mod auth_login;
pub mod auth_logout;
pub mod auth_migrate;
pub mod auth_status;
pub mod completion;
pub mod inbox;
pub mod inbox_show;
pub mod skill;
pub mod trust;