console-rs / indicatif

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

Is there a easy way to set eta manually? #486

Open clouds56 opened 1 year ago

clouds56 commented 1 year ago

The eta would be always "00:00:00" after finished, would it be possible manually set to elapsed time when finishing?

djc commented 1 year ago

I guess you can change the template when the progress bar is done?