dotfiles/zsh/custom/plugins/drush/_drush

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