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