Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Get the name of the completion function for a given command



I want to get the completion function for a given command. I know I can assign such a completion function like so:

`compdef some_completion_function my_command`

But I want the reverse:

`compdef-get my_command #> some_completion`



Messages sorted by: Reverse Date, Date, Thread, Author