pub const WIKI_DELETE_COMMENT: &str = "\
Delete a comment on a Yandex Wiki page.
```
ytcli wiki delete-comment users/ilubenets/runbook 7001 --yes
```
There is no undo, so it needs `--yes`. Prints how many comments the page has
left. Announced first; `--dry-run` sends nothing.";