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).