Skip to content

[Console] Mention that autocompletion is also available for Zsh shell #17086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <console-completion-setup>` for more
information on how to set up completion.
Expand Down