pub const COMPLETIONS_EXAMPLES: &str = "\
EXAMPLES:
source <(devp completions bash) Bash, current shell
devp completions bash > ~/.local/share/bash-completion/completions/devp
devp completions zsh > ~/.zfunc/_devp Zsh (a directory on $fpath)
devp completions fish > ~/.config/fish/completions/devp.fish
devp completions powershell | Out-File -Append -Encoding utf8 $PROFILE
PowerShell, permanently";