pub async fn run_inspect_topics( topics_csv: &str, fmt: &str, save: bool, ) -> (String, Option<PathBuf>)
Run inspect topics and optionally save as a report file. Returns (content, saved_path_option).
(content, saved_path_option)