_entree_complete()
{
    local cur prev

    COMPREPLY=()
    cur=${COMP_WORDS[COMP_CWORD]}

    COMPREPLY=( $(compgen -W "html5 python flask flasklarge sqlalchemy" -- $cur) )
    return 0
} &&
complete -F _entree_complete entree