#compdef grunt #autoload # # Grunt completion, delegating to grunt to do all the completion work. # # Authors: # Indrajit Raychaudhuri # if (( $+commands[grunt] )); then eval "$(grunt --completion=zsh)" _grunt_completion "$@" fi