File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ You can force turning on ANSI output coloring with:
103
103
104
104
.. code-block :: bash
105
105
106
- $ php app/console list -ansi
106
+ $ php app/console list -- ansi
107
107
108
108
or turn it off with:
109
109
110
110
.. code-block :: bash
111
111
112
- $ php app/console list -no-ansi
112
+ $ php app/console list -- no-ansi
113
113
114
114
You can suppress any interactive questions from the command you are running with:
115
115
Original file line number Diff line number Diff line change 15
15
/components/dependency_injection /components/dependency_injection/introduction
16
16
/components/event_dispatcher /components/event_dispatcher/introduction
17
17
/components/http_foundation /components/http_foundation/introduction
18
- /components/dependency_injection /components/console/introduction
18
+ /components/console /components/console/introduction
You can’t perform that action at this time.
0 commit comments