2019-10-02 16:58:15 +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-03-11 18:57:46 +00:00
|
|
|
|
|
|
|
```zsh
|
2019-10-02 16:58:15 +00:00
|
|
|
plugins=(... yii)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
|
|
|
|
| Alias | Command |
|
|
|
|
|--------|----------------------|
|
|
|
|
| yiic | `protected/yiic` |
|