1 2 3 4 5 6 7 8 9 10
mod cli; mod core; mod domain; mod infra; use cli::commands::run; fn main() -> anyhow::Result<()> { run() }