# -*- shell-script -*-

_yatr()
{
    COMPREPLY=( $(yatr --dump-bash-completions ${COMP_CWORD} "${COMP_WORDS[@]}") )
}
complete -o default -o bashdefault -F _yatr yatr
