pub fn cmd_ticket_note(repo: &Path, slug: &str, text: &str) -> Result<String>Expand description
kranz ticket note <slug> <text...>: append one note to the ticket’s
discussion. Refuses on an unknown ticket (a typo’d slug must not orphan a
notes sidecar with no ticket behind it).