mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
.. | ||
README.md | ||
symfony-cli.plugin.zsh |
Symfony CLI plugin
This plugin adds completion for Symfony CLI, 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:
plugins=(... symfony-cli)