1 2 3 4 5 6
use lmm::app::run_cli_entry; #[tokio::main] async fn main() -> anyhow::Result<()> { run_cli_entry(std::env::args().collect()).await }