Skip to content

Commit 14bea43

Browse files
committed
Remove documentation of deprecated console shell
1 parent 25fe737 commit 14bea43

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

cookbook/console/usage.rst

-31
Original file line numberDiff line numberDiff line change
@@ -32,34 +32,3 @@ but avoid the performance hit of collecting debug data:
3232
.. code-block:: bash
3333
3434
$ php app/console list --no-debug
35-
36-
There is an interactive shell which allows you to enter commands without having to
37-
specify ``php app/console`` each time, which is useful if you need to run several
38-
commands. To enter the shell run:
39-
40-
.. code-block:: bash
41-
42-
$ php app/console --shell
43-
$ php app/console -s
44-
45-
You can now just run commands with the command name:
46-
47-
.. code-block:: bash
48-
49-
Symfony > list
50-
51-
When using the shell you can choose to run each command in a separate process:
52-
53-
.. code-block:: bash
54-
55-
$ php app/console --shell --process-isolation
56-
$ php app/console -s --process-isolation
57-
58-
When you do this, the output will not be colorized and interactivity is not
59-
supported so you will need to pass all command parameters explicitly.
60-
61-
.. note::
62-
63-
Unless you are using isolated processes, clearing the cache in the shell
64-
will not have an effect on subsequent commands you run. This is because
65-
the original cached files are still being used.

0 commit comments

Comments
 (0)