navi 2.24.0

An interactive cheatsheet tool for the command-line
Documentation
1
2
3
4
5
6
7
8
9
10
pub use crate::config::CONFIG; // TODO
pub use dns_common::prelude::*;
pub use regex::Regex;
pub use std::io::{BufRead, BufReader};
pub use std::process::Stdio;
pub use std::str::FromStr;

pub trait Runnable {
    fn run(&self) -> Result<()>;
}