pub async fn tokio_convert<I, O>( input: I, output: Option<O>, format: OutFormat, ) -> Result<()>where I: AsRef<Path>, O: AsRef<Path>,
convert with cli progress.