_pddf_ledutil_completion() {
    COMPREPLY=( $( env COMP_WORDS="${COMP_WORDS[*]}" \
                   COMP_CWORD=$COMP_CWORD \
                   _PDDF_LEDUTIL_COMPLETE=complete $1 ) )
    return 0
}

complete -F _pddf_ledutil_completion -o default pddf_ledutil;
