doctl.plugin.zsh 238 B

123456789
  1. # Autocompletion for doctl, the command line tool for DigitalOcean service
  2. #
  3. # doctl project: https://github.com/digitalocean/doctl
  4. #
  5. # Author: https://github.com/HalisCz
  6. if [ $commands[doctl] ]; then
  7. source <(doctl completion zsh)
  8. fi