Skip to main content

render_debug_view

Function render_debug_view 

Source
pub fn render_debug_view(
    issues: Vec<Issue>,
    view_name: &str,
    width: u16,
    height: u16,
) -> Result<String>
Expand description

Render a named TUI view non-interactively at the given dimensions and return the textual output. Supported view names: insights, board, history, main, graph.