pub fn escape_property(text: &str) -> StringExpand description
Escape a workflow-command property value (file=, title=): message
escaping plus , to %2C and : to %3A, because commas separate
properties and colons terminate the command prefix.