#compdef ujust
source <(JUST_COMPLETE=zsh ujust)
if [ "$funcstack[1]" = "_ujust" ]; then
  _clap_dynamic_completer_ujust "$@"
fi
