Sha256: 1ae99b30be6090f496ed7c1403391a2292cd8782bafeccd7afa54e0a19429b8c
Contents?: true
Size: 169 Bytes
Versions: 99
Compression:
Stored size: 169 Bytes
Contents
_chef_comp() { local COMMANDS="<%= commands.keys.join(' ')-%>" COMPREPLY=($(compgen -W "$COMMANDS" -- ${COMP_WORDS[COMP_CWORD]} )) } complete -F _chef_comp chef
Version data entries
99 entries across 99 versions & 2 rubygems