1 2 3 4 5 6
pub mod commands; #[tokio::main] async fn main() -> eyre::Result<()> { commands::run().await }