Print initial task plan (static).
(queue)
| 184 | return Panel(text, title=title, border_style='cyan', box=box.ROUNDED) |
| 185 | |
| 186 | def show_task_plan(queue): |
| 187 | """Print initial task plan (static).""" |
| 188 | console.print(_build_task_panel(queue)) |
| 189 | console.print() |
| 190 | |
| 191 | def update_task_display(queue): |
| 192 | """Reprint the task panel in place.""" |
no test coverage detected