pub const WIKI_COMMENTS: &str = "\
Show the comments on a Yandex Wiki page.
```
ytcli wiki comments users/ilubenets/runbook
ytcli wiki comments users/ilubenets/runbook --status unresolved
ytcli wiki comments users/ilubenets/runbook --thread 7001
```
Each comment's header is ours — id, author, time, and whether it is resolved or
deleted — and its text is fenced as written by Wiki users. A comment that
starts a longer thread says so and names the `--thread` that reads it.
The Wiki gives no total: the list ends with `shown N of more than N — next:
--cursor C` while more follow. Costs two requests, since comments are listed
by the page's id and the slug has to be looked up first.";