Sha256: 0cdce057810e91adc2007fd7cc7829fa8268d3685e6e5b8481d85bcf272728df
Contents?: true
Size: 285 Bytes
Versions: 4
Compression:
Stored size: 285 Bytes
Contents
_heroku-config() { COMPREPLY=() local word="${COMP_WORDS[COMP_CWORD]}" local words=("${COMP_WORDS[@]}") unset words[0] local completion=$(heroku-config completion ${words[@]}) COMPREPLY=( $(compgen -W "$completion" -- "$word") ) } complete -F _heroku-config heroku-config
Version data entries
4 entries across 4 versions & 1 rubygems