#compdef fastapi-new

_fastapi_new_completion() {
  eval $(env _TYPER_COMPLETE_ARGS="${words[1,$CURRENT]}" _FASTAPI_NEW_COMPLETE=complete_zsh fastapi-new)
}

compdef _fastapi_new_completion fastapi-new
