pub fn collect_and_print( pr: u64, head_sha: Option<&str>, targets_json: Option<&str>, ) -> Result<(), Box<dyn Error>>
Collect reviews from a PR and print as JSON (CLI entry point).