pub fn write_description(
output: &mut String,
desc: &str,
prefix: &str,
empty_prefix: &str,
)Expand description
Write a multi-line description with the given prefix for each line.
empty_prefix is used for blank lines (e.g., “ *“ without trailing space).