pub fn process_path( path: &Path, uncomment: bool, skip_confirm: bool, detect_all: bool, interactive: bool, dry_run: bool, ) -> Result<()>