#compdef testing-farm

_testing_farm_completion() {
  eval $(env _TYPER_COMPLETE_ARGS="${words[1,$CURRENT]}" _TESTING_FARM_COMPLETE=complete_zsh testing-farm)
}

compdef _testing_farm_completion testing-farm
