Skip to content

Commit 5d14c8f

Browse files
javiereguiluzwouterj
authored andcommitted
[Console] Mention that autocompletion is also available for Zsh shell
1 parent 3927ae3 commit 5d14c8f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

console.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ Console Completion
6363

6464
Console completion for Fish was introduced in Symfony 6.1.
6565

66-
If you are using the Bash or Fish shell, you can install Symfony's
66+
.. versionadded:: 6.2
67+
68+
Console completion for Zsh was introduced in Symfony 6.2.
69+
70+
If you are using the Bash, Zsh or Fish shell, you can install Symfony's
6771
completion script to get auto completion when typing commands in the
6872
terminal. All commands support name and option completion, and some can
6973
even complete values.

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ You'll learn about many more commands as you continue!
181181

182182
.. tip::
183183

184-
If you are using the Bash or Fish shell, you can set up completion support.
184+
If your shell is supported, you can also set up console completion support.
185185
This autocompletes commands and other input when using ``bin/console``.
186186
See :ref:`the Console document <console-completion-setup>` for more
187187
information on how to set up completion.

0 commit comments

Comments
 (0)