pub fn create_progress_bar_factory(
quiet_mode: bool,
msg: String,
length: Option<u64>,
is_parallel: bool,
) -> ProgressBarExpand description
Expose progress bar factory for consumers who want to render their own bars.
This simply forwards to create_progress_bar defined in progress.rs.