pub fn run_repair_command( config_path: &str, export_name: &str, params: Option<&HashMap<String, String>>, report_source: RepairReportSource, execute: bool, format: RepairOutputFormat, ) -> Result<()>