Sha256: 921c28447d663d2e63455d1b986b7367d41fa49f70da1ec4e54094bcf77997dc
Contents?: true
Size: 273 Bytes
Versions: 104
Compression:
Stored size: 273 Bytes
Contents
_terraspace() { COMPREPLY=() local word="${COMP_WORDS[COMP_CWORD]}" local words=("${COMP_WORDS[@]}") unset words[0] local completion=$(terraspace completion ${words[@]}) COMPREPLY=( $(compgen -W "$completion" -- "$word") ) } complete -F _terraspace terraspace
Version data entries
104 entries across 104 versions & 1 rubygems