
_voxl-lepton-server(){

    local OPTS=('config debug debug_ffc help timing verbose crystal_on crystal_off')
    COMPREPLY=()
    if [ "$COMP_CWORD" -eq 1 ]; then
        COMPREPLY=( $(compgen -W '${OPTS}' -- ${COMP_WORDS[COMP_CWORD]}) )
        return 0
    fi
}


complete -F _voxl-lepton-server voxl-lepton-server
