1 2 3 4 5 6 7 8 9
mod cli; mod commands; mod render; mod server; #[tokio::main] async fn main() -> anyhow::Result<()> { cli::run().await }