//! Complete commands within shells
//!
//! For quick-start, see [`shells::CompleteCommand`]

mod completer;

pub mod shells;

pub use completer::*;