1 2 3 4 5 6 7 8
use anyhow::Error; use fehler::throws; #[throws] #[tokio::main] async fn main() { trident_cli::start().await? }