Sha256: 9c874d8b09c259d4d6d2bab34a95d5d7f391779324226c0c11d1dde26f4aafe8
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
--- title: ppl completion Manual Page layout: command section: documentation command: completion --- ### Name ppl completion - Output a completion function for shell integration ### Synopsis ppl completion <shell> ### Description Output a shell autocomplete function to enable automatic completion of commands The following shells are supported: * `bash` * `zsh` ### Examples $ ppl completion bash _ppl() { .... } complete -F _ppl ppl ### See Also * [Bash Integration Guide](/documentation/integration/bash) * [ZSH Integration Guide](/documentation/integration/zsh)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ppl-4.0.3 | gh-pages/documentation/commands/completion/index.md |