1 2 3 4 5 6
use npack::parse::parse_ni; use npack::runner::run_cli; fn main() { run_cli(parse_ni, None) }