//! CLI command modules
pub mod auth;
pub mod calendar;
pub mod chat;
pub mod contacts;
pub mod drafts;
pub mod drive;
pub mod forms;
pub mod history;
pub mod import;
pub mod labels;
pub mod message_ops;
pub mod messages;
pub mod profile;
pub mod schema;
pub mod send;
pub mod send_as;
pub mod thread_ops;
pub mod transport;
pub mod watch;