_s3-antivirus() {
COMPREPLY=() local word="${COMP_WORDS[COMP_CWORD]}" local words=("${COMP_WORDS[@]}") unset words[0] local completion=$(s3-antivirus completion ${words[@]}) COMPREPLY=( $(compgen -W "$completion" -- "$word") )
}
complete -F _s3-antivirus s3-antivirus