File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ Console Completion
63
63
64
64
Console completion for Fish was introduced in Symfony 6.1.
65
65
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
67
71
completion script to get auto completion when typing commands in the
68
72
terminal. All commands support name and option completion, and some can
69
73
even complete values.
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ You'll learn about many more commands as you continue!
181
181
182
182
.. tip ::
183
183
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.
185
185
This autocompletes commands and other input when using ``bin/console ``.
186
186
See :ref: `the Console document <console-completion-setup >` for more
187
187
information on how to set up completion.
You can’t perform that action at this time.
0 commit comments