Print a line above the progress bars (for static header content).
(&self, msg: &str)
| 368 | |
| 369 | /// Print a line above the progress bars (for static header content). |
| 370 | fn println(&self, msg: &str) { |
| 371 | let _ = self.mp.println(msg); |
| 372 | } |
| 373 | |
| 374 | /// Clear all progress output (spinner, spacer, and completed step lines). |
| 375 | fn clear(&self) { |
no outgoing calls
no test coverage detected