From 5d14c8f16cc8a5d02ff77613e8ec3fb4f2738fc0 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 1 Aug 2022 16:45:00 +0200 Subject: [PATCH] [Console] Mention that autocompletion is also available for Zsh shell --- console.rst | 6 +++++- page_creation.rst | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/console.rst b/console.rst index acf283386fa..5f5f8f9baeb 100644 --- a/console.rst +++ b/console.rst @@ -63,7 +63,11 @@ Console Completion Console completion for Fish was introduced in Symfony 6.1. -If you are using the Bash or Fish shell, you can install Symfony's +.. versionadded:: 6.2 + + Console completion for Zsh was introduced in Symfony 6.2. + +If you are using the Bash, Zsh or Fish shell, you can install Symfony's completion script to get auto completion when typing commands in the terminal. All commands support name and option completion, and some can even complete values. diff --git a/page_creation.rst b/page_creation.rst index 9d065c6a07e..c590d822a39 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -181,7 +181,7 @@ You'll learn about many more commands as you continue! .. tip:: - If you are using the Bash or Fish shell, you can set up completion support. + If your shell is supported, you can also set up console completion support. This autocompletes commands and other input when using ``bin/console``. See :ref:`the Console document ` for more information on how to set up completion.