console-rs / indicatif

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

Fix docs for `ProgressDrawTarget` #523

Closed tillarnold closed 1 year ago

tillarnold commented 1 year ago

The docs for ProgressDrawTarget were not updated when the API changed in 0.17.

The docs where still talking about the to_term function and the new term function no longer takes a Option<u8>.

djc commented 1 year ago

Thanks!