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