warn_large_batch

Function warn_large_batch 

Source
pub fn warn_large_batch(file_count: usize, verbose: bool)
Expand description

Warn if file count is large and suggest verbose mode.

Prints a warning when processing many files to inform user of operation scale.

§Arguments

  • file_count - Number of files to process
  • verbose - Whether verbose mode is enabled

§Threshold

Warns if file_count >= 1000 and not already in verbose mode.