refactor(ant): extract completion function

This commit is contained in:
Marc Cornellà 2021-12-28 17:15:16 +01:00
commit 364e62155d
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
3 changed files with 24 additions and 18 deletions

View file

@ -2,9 +2,9 @@
This plugin provides completion for [Ant](https://ant.apache.org/).
To use it add ant to the plugins array in your zshrc file.
To use it, add `ant` to the plugins array in your zshrc file:
```bash
```zsh
plugins=(... ant)
```