File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ command, for instance:
5959Console Completion
6060~~~~~~~~~~~~~~~~~~
6161
62- .. versionadded :: 5.4
63-
64- Console completion for Bash was introduced in Symfony 5.4.
65-
6662If you are using the Bash shell, you can install Symfony's completion
6763script to get auto completion when typing commands in the terminal. All
6864commands support name and option completion, and some can even complete
Original file line number Diff line number Diff line change @@ -307,10 +307,6 @@ The above code can be simplified as follows because ``false !== null``::
307307Adding Argument/Option Value Completion
308308---------------------------------------
309309
310- .. versionadded :: 5.4
311-
312- Console completion was introduced in Symfony 5.4.
313-
314310If :ref: `Console completion is installed <console-completion-setup >`,
315311command and option names will be auto completed by the shell. However, you
316312can also implement value completion for the input in your commands. For
You can’t perform that action at this time.
0 commit comments