File tree 1 file changed +0
-31
lines changed
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -32,34 +32,3 @@ but avoid the performance hit of collecting debug data:
32
32
.. code-block :: bash
33
33
34
34
$ 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.
You can’t perform that action at this time.
0 commit comments