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
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
6771completion script to get auto completion when typing commands in the
6872terminal. All commands support name and option completion, and some can
6973even 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!
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.
You can’t perform that action at this time.
0 commit comments