#compdef niaaml

_niaaml_completion() {
  eval $(env _TYPER_COMPLETE_ARGS="${words[1,$CURRENT]}" _NIAAML_COMPLETE=complete_zsh niaaml)
}

compdef _niaaml_completion niaaml
