blob: ed72565378de1e7c9a37c8c1cd5978ec9544e7de [file] [log] [blame]
//! Complete commands within shells
//!
//! For quick-start, see [`shells::CompleteCommand`]
mod completer;
pub mod shells;
pub use completer::*;