console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.22k stars 238 forks source link

Fixed progress bar not suspending multiprogress bar #568

Closed Vrajs16 closed 11 months ago

Vrajs16 commented 11 months ago

When suspending a progress bar which is already inside a multiprogress bar, it should suspend the multiprogress bar.