From 14338c37fd6e14b51b7f360fdfcb5d1ab99d8f77 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 4 Oct 2022 11:44:38 -1000 Subject: [PATCH] Update `symfony-complete` entry Signed-off-by: Joe Block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 545831d..f6d6816 100644 --- a/README.md +++ b/README.md @@ -1415,7 +1415,7 @@ These plugins add tab completions without adding extra functions or aliases. - [ssh](https://github.com/zpm-zsh/ssh) - Add host completion for `ssh`. - [surf](https://github.com/beardcoder/surf.plugin.zsh) - Add completions for surf. - [symfony (TheGrowingPlant)](https://github.com/TheGrowingPlant/symfony.plugin.zsh) - Autocompletion for Symfony 3 and 4 commands. -- [symfony-complete](https://github.com/voronkovich/symfony-complete.plugin.zsh) - Universal completion for [Symfony](https://symfony.com/doc/current/components/console.html) based CLI applications: `composer`, `php-cs-fix`, `bin/console`, `artisan` and etc. +- [symfony-complete](https://github.com/voronkovich/symfony-complete.plugin.zsh) - Universal completion for [Symfony](https://symfony.com/doc/current/components/console.html) based CLI applications: `composer`, `php-cs-fix`, `bin/console`, `artisan`, `php-cs-fixer` and etc. This supports autocompletion for subcommands and GNU-style options (`--help`) - [terragrunt](https://github.com/jkavan/terragrunt-oh-my-zsh-plugin) - Tab completion for [Terragrunt](https://github.com/gruntwork-io/terragrunt). - [test-kitchen](https://github.com/pelletiermaxime/test-kitchen-zsh-plugin) - Add completions for [Test Kitchen](https://github.com/test-kitchen/test-kitchen)). - [tinygo](https://github.com/sago35/tinygo-autocmpl) - Add tab completions for [tinygo](https://tinygo.org/).