Open blueray453 opened 4 years ago
For example the following is a zsh completion function for command foo:
foo
#compdef _foo foo compadd first second third fourth
So, if we type foo <tab> in the zsh terminal, it suggests first second third fourth.
foo <tab>
How can I do this using cli?
For example the following is a zsh completion function for command
foo
:So, if we type
foo <tab>
in the zsh terminal, it suggests first second third fourth.How can I do this using cli?