Skip to content

Commit a906993

Browse files
committed
minor #5730 Remove documentation of deprecated console shell (Tobion)
This PR was merged into the 2.8 branch. Discussion ---------- Remove documentation of deprecated console shell | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.8 | Fixed tickets | #5729 Commits ------- 14bea43 Remove documentation of deprecated console shell
2 parents 0776efe + 14bea43 commit a906993

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

cookbook/console/usage.rst

Lines changed: 0 additions & 31 deletions
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)