console-rs / indicatif

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

Document behavior of `MultiProgress`, `suspend`, and `ProgressBar` scopes #595

Open chris-laplante opened 9 months ago

chris-laplante commented 9 months ago

The way suspend works with MultiProgress is not super obvious, which leads to issues like #594. Document how it works and include some common pitfalls & solutions.