7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
#compdef tula
|
|
|
|
_tula_completion() {
|
|
eval $(env _TYPER_COMPLETE_ARGS="${words[1,$CURRENT]}" _TULA_COMPLETE=complete_zsh tula)
|
|
}
|
|
|
|
compdef _tula_completion tula |