himalaya 0.7.0

Command-line interface for email management.
Documentation
1
2
3
4
5
6
7
8
//! Module related to shell completion.
//!
//! This module allows users to generate autocompletion scripts for
//! their shells. You can see the list of available shells directly on
//! the clap's [docs.rs](https://docs.rs/clap/2.33.3/clap/enum.Shell.html).

pub mod args;
pub mod handlers;