refactor(ant): extract completion function

This commit is contained in:
Marc Cornellà
2021-12-28 17:15:16 +01:00
parent 56de7c85f3
commit 364e62155d
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)
```