dotfiles/home/.zsh/custom/plugins/drush/_drush
2013-08-20 23:52:37 -04:00

7 lines
171 B
Plaintext

#compdef drush
#autoload
local -a drush_commands
drush_commands=($(drush --early=includes/complete.inc $words[*] ))
_describe -t commands 'drush commands' drush_commands