2019-11-12 17:55:38 +00:00
|
|
|
# Yii plugin
|
|
|
|
|
|
|
|
The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
|
|
|
|
|
|
|
|
To use it, add `yii` to the plugins array of your zshrc file:
|
2020-06-11 14:59:30 +00:00
|
|
|
```
|
2019-11-12 17:55:38 +00:00
|
|
|
plugins=(... yii)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
|
|
|
|
| Alias | Command |
|
|
|
|
|--------|----------------------|
|
|
|
|
| yiic | `protected/yiic` |
|