pub const WIKI_RESOURCES: &str = "\
List what a Yandex Wiki page holds: files and grids in one list.
```
ytcli wiki resources users/ilubenets/runbook
ytcli wiki resources users/ilubenets/runbook --type grid --query release
```
Each item's type, id, creation date and name. `wiki download` takes a file's
id, and `wiki grid` takes a grid's id. The Wiki gives no total: the list ends
with `shown N of more than N — next: --cursor C` while more follow.";