mirror of https://github.com/ohmyzsh/ohmyzsh.git
10 lines
317 B
Markdown
10 lines
317 B
Markdown
# Symfony CLI plugin
|
|
|
|
This plugin adds completion for [Symfony CLI](https://symfony.com/download), the developer tool to help you build, run, and manage your Symfony applications directly from your terminal.
|
|
|
|
To use it, add `symfony-cli` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... symfony-cli)
|
|
```
|