pub fn parse_progress_bar_mode_from_str(
    progress_bar_mode: &str
) -> Result<ProgressBarMode, Infallible>