1 2 3 4 5 6 7
//! alimentar CLI entry point use std::process::ExitCode; fn main() -> ExitCode { alimentar::cli::run() }