ppl completion - henrycatalinismith/ppl GitHub Wiki
Output a completion function for shell integration
ppl completion <shell>
Output a shell autocomplete function to enable automatic completion of commands
The following shells are supported:
bash
zsh
$ ppl completion bash
_ppl()
{
....
}
complete -F _ppl ppl