COMPREPLY=(
    $(compgen -A command -- "${COMP_WORDS[COMP_CWORD]}")
)
