himalaya 0.5.4

Command-line interface for email management
1
2
3
4
5
6
7
8
9
//! 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 website].
//!
//! [clap's docs.rs website]: https://docs.rs/clap/2.33.3/clap/enum.Shell.html

pub mod compl_arg;
pub mod compl_handler;