invoke.plugin.zsh 114 Bytes
# Autocompletion for invoke.
#
if [ $commands[invoke] ]; then
  source <(invoke --print-completion-script=zsh)
fi