ohmyzsh/plugins/symfony-cli/README.md
2024-10-23 09:13:47 +02:00

317 B

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)