1 2 3 4 5 6 7 8
use shai::cli; #[tokio::main] async fn main() { if let Err(err) = cli::run().await { eprintln!("\n{err}"); } }