mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 05:47:54 +08:00
b2cffd22f1
For now, everything has been moved as it is in the "cli" workspace. The next step is to separate the "lib" from the "cli".
10 lines
341 B
Rust
10 lines
341 B
Rust
//! 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_args;
|
|
pub mod compl_handlers;
|