Skip to main content

render_query_man

Function render_query_man 

Source
pub fn render_query_man(query: &QueryBundle) -> String
Expand description

Render the manual as man(1)-faithful plain text.

Identical to render_query_text except the prepended tldr block is omitted, so the output stays a faithful, noise-free subset of the manual page (no page furniture, overstrike, or hyphenation — those never enter the document model because the source is parsed directly).