1 2 3 4 5
//! `MacLarian` CLI binary entry point fn main() -> anyhow::Result<()> { maclarian::cli::run_cli() }