Skip to main content

WIKI_APPEND

Constant WIKI_APPEND 

Source
pub const WIKI_APPEND: &str = "\
Add text to a Yandex Wiki page.

```
ytcli wiki append users/ilubenets/notes --from entry.md
ytcli wiki append users/ilubenets/notes --from - --top
ytcli wiki append users/ilubenets/notes --from entry.md --anchor \"#deploy\"
```

At the bottom by default, the top with `--top`, or at an anchor in the page.
The rest of the page is left as it is. Text comes from a file or stdin.
Announced first; `--dry-run` sends nothing.";