Added completions for tula

This commit is contained in:
2026-03-13 06:34:23 +01:00
committed by Dreaded_X
parent bbc6624b83
commit f0289dd619
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#compdef tula
_tula_completion() {
eval $(env _TYPER_COMPLETE_ARGS="${words[1,$CURRENT]}" _TULA_COMPLETE=complete_zsh tula)
}
compdef _tula_completion tula