_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