useanyhow::Result;#[tokio::main(flavor ="multi_thread", worker_threads = 4)]
async fnmain()->Result<()>{// Initialise logging and keep GuardaLog alive until end of main() for flush
let _guarda_log =context7_cli::inicializar_logging()?;context7_cli::run().await
}