multi progress box also hidden if --progress not set

This commit is contained in:
sreedevk
2025-07-13 13:37:03 +00:00
parent fcf69ae1cc
commit 5daec2f531
3 changed files with 11 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ impl Processor {
};
let keys: Vec<u64> = sw_store.clone().iter().map(|i| *i.key()).collect();
let progress_style = ProgressStyle::with_template("[{elapsed_precise}] {pos:>7} {msg}")?;
progress_bar.set_style(progress_style);
progress_bar.enable_steady_tick(Duration::from_millis(50));