1 2 3 4 5 6
mod cli; fn main() -> std::process::ExitCode { use clap::Parser; cli::Cli::parse().run() }