pub fn print_pre_report(
action: &str,
files: &[impl AsRef<Path>],
repo_path: &Path,
)Expand description
Print a pre-operation report listing the target files and total count.
If the list exceeds REPORT_LIST_LIMIT, show the first few and summarize
the rest as “… and N more files”.