1 2 3 4 5 6
mod cli; fn main() -> Result<(), Box<dyn std::error::Error>> { let cmd = cli::command().run(); cmd.run() }