completion for rosrun with zsh?
I'm creating an command line tool which run by rosrun. However the command has a lot of arguments, so I think I had better add completion for the command. I found examples of completion for bash in ros/ros_comm but not yet for zsh.
How can I add completion for rosrun with zsh?