pub fn collapse_whitespace(s: &str) -> StringExpand description
Replaces newlines and other whitespace runs with single spaces and trims.
Useful when pasting multi-line titles into kasl task prompts:
PROJ-42
Fix login redirectbecomes PROJ-42 Fix login redirect.