blob: f7c985704c94e31343abdd5841e6d9a391f46b4c [file] [log] [blame]
//! Complete commands within shells
mod completer;
pub mod shells;
pub use completer::*;