pub fn pb_status(pb: &ProgressBar, message: impl Into<String>)Expand description
Show transient per-file status in the progress bar. When the bar is hidden (non-TTY output), print a plain line instead so logs keep the information.
pub fn pb_status(pb: &ProgressBar, message: impl Into<String>)Show transient per-file status in the progress bar. When the bar is hidden (non-TTY output), print a plain line instead so logs keep the information.