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.