pub const COMPLETIONS: &str = "\
Generate a shell completion script.
```
ytcli completions zsh > ~/.zfunc/_ytcli
ytcli completions bash > /usr/local/etc/bash_completion.d/ytcli
```
Writes to stdout; where it belongs is your shell's business, not ours.";