pub const WIKI_COMMENT: &str = "\
Comment on a Yandex Wiki page, or reply to a comment.
```
ytcli wiki comment users/ilubenets/runbook \"Step 2 needs the canary first.\"
ytcli wiki comment users/ilubenets/runbook - --reply-to 7001 < reply.md
ytcli wiki comment users/ilubenets/runbook \"Out of date\" --quote \"Watch the pipeline.\"
```
The text is the argument, or stdin with `-`. `--reply-to` answers a comment by
its id, as `wiki comments` shows it. `--quote` anchors the comment to a passage
of the page. The Wiki has no way to edit, resolve or react to a comment, so
none is offered. The profile and organisation are announced first, and
`--dry-run` sends nothing.";