intelli-shell 3.4.0

Like IntelliSense, but for shells
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod items;

crate::using! {
    pub textarea,
    pub list,
    pub error,
    pub loading,
    pub new_version,
    pub command,
    pub template,
    pub completion,
    pub import_export,
}