pub fn draw(
frame: &mut Frame<'_>,
pipeline: &str,
model: &TuiModel,
elapsed: Duration,
logs: &[String],
cancelling: bool,
)Available on crate feature
cli-tui only.Expand description
Draw one frame: header, invocation table, log pane, footer.