Sha256: 1b26cce3ed43c9099e32b415e0f7240ab3990b7658ae9d6eb6568ee2efdcc72b
Contents?: true
Size: 249 Bytes
Versions: 20
Compression:
Stored size: 249 Bytes
Contents
_cody() { COMPREPLY=() local word="${COMP_WORDS[COMP_CWORD]}" local words=("${COMP_WORDS[@]}") unset words[0] local completion=$(cody completion ${words[@]}) COMPREPLY=( $(compgen -W "$completion" -- "$word") ) } complete -F _cody cody
Version data entries
20 entries across 20 versions & 1 rubygems