navi 2.24.0

An interactive cheatsheet tool for the command-line
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        //let _x = navi::handle_config(navi::config_from_iter(
        //"navi best trivial".split(' ').collect(),
        //));
        // assert_eq!(x, 3);
    }
}