Skip to main content

finish_line

Function finish_line 

Source
pub fn finish_line(progress: &Progress, message: &str)
Expand description

Paint a terminal “done” line for a finished Progress, clearing the live line first on a TTY. No-op for a null (inactive) handle. Used by consumers that want an explicit completion marker (e.g. import’s [done] line).