Skip to main content

print_full_entry

Function print_full_entry 

Source
pub fn print_full_entry(pairs: &[(&str, &str)])
Expand description

Emit a list entry as aligned label: value lines. Used in full-display mode where ratatui-Table truncation would hide full identifiers.

pairs is [(label, value)]. Labels are padded to the widest so values line up vertically. A trailing blank line separates entries.