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:
59
59
Console Completion
60
60
~~~~~~~~~~~~~~~~~~
61
61
62
- .. versionadded :: 5.4
63
-
64
- Console completion for Bash was introduced in Symfony 5.4.
65
-
66
62
If you are using the Bash shell, you can install Symfony's completion
67
63
script to get auto completion when typing commands in the terminal. All
68
64
commands 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``::
307
307
Adding Argument/Option Value Completion
308
308
---------------------------------------
309
309
310
- .. versionadded :: 5.4
311
-
312
- Console completion was introduced in Symfony 5.4.
313
-
314
310
If :ref: `Console completion is installed <console-completion-setup >`,
315
311
command and option names will be auto completed by the shell. However, you
316
312
can also implement value completion for the input in your commands. For
You can’t perform that action at this time.
0 commit comments