Skip to main content

print_pre_report

Function print_pre_report 

Source
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”.