pub fn create_progress_bar(
quiet_mode: bool,
msg: String,
length: Option<u64>,
is_parallel: bool,
) -> ProgressBarExpand description
Make a custom progress bar for file downloads
§Arguments
quiet_mode- If true, the progress bar will be hiddenmsg- Message to be displayed on the barlength- Total file size in bytes (optional)is_parallel- If true, shows parallel download information
§Returns
A progress bar configured with a custom style