intelli-shell 3.4.0

Like IntelliSense, but for shells
1
2
3
4
5
6
7
8
pub mod string;

crate::using! {
    pub command,
    pub variable,
    pub completion,
    pub import_export,
}