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`