1 2 3 4 5 6 7
//! Native Tovuk command line interface. mod cli; fn main() -> std::process::ExitCode { cli::entrypoint() }