console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.23k stars 240 forks source link

Spinners are cleared even when only join is called #228

Open obsgolem opened 3 years ago

obsgolem commented 3 years ago

To observe this behavior, please run the example at #226 to completion. Note that I only call join, not join_and_clear, and that all the spinners are cleared anyway. This clearing behavior doesn't seem to happen if the terminal is blocked (e.g. on stdin) before exiting the program.

chris-laplante commented 11 months ago

Can you please re-test this? There have been lots of changes since this was reported.