Sha256: d51481afc3848ec1fa6fd718ddd99518a3975e8d8f2cc1dbb3ca9c4cac415412
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 Bytes
Contents
_google-ssl-cert() { COMPREPLY=() local word="${COMP_WORDS[COMP_CWORD]}" local words=("${COMP_WORDS[@]}") unset words[0] local completion=$(google-ssl-cert completion ${words[@]}) COMPREPLY=( $(compgen -W "$completion" -- "$word") ) } complete -F _google-ssl-cert google-ssl-cert
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
google-ssl-cert-0.2.1 | lib/google_ssl_cert/completer/script.sh |
google-ssl-cert-0.2.0 | lib/google_ssl_cert/completer/script.sh |
google-ssl-cert-0.1.0 | lib/google_ssl_cert/completer/script.sh |