1 2 3 4 5 6 7 8 9 10
// LeIndex CLI Binary // // Main entry point for the leindex command-line tool. use leindex::cli::cli; #[tokio::main] async fn main() -> anyhow::Result<()> { cli::main().await }