1 2 3 4 5 6
use nirv_engine::cli::run_cli; #[tokio::main] async fn main() -> anyhow::Result<()> { run_cli().await }