console-rs / indicatif

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

Document last char/string in tick style being the "final" state #479

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

The last item in tick chars/strings won't ever show unless a progress bar is finalized. This also self-clarifies the requirement for at least two chars/strings.

Related: https://github.com/console-rs/indicatif/issues/477

djc commented 1 year ago

Thanks!