Documentation
1
2
3
4
5
use nci::{parse::parse_ni, runner::run_cli};

fn main() {
    run_cli(parse_ni, None)
}