File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
How to Color and Style the Console Output
2
2
=========================================
3
3
4
- By using colors in the command output, you can distinguish different types of
5
- output (e.g. important messages, titles, comments, etc.).
4
+ Symfony provides an optional :doc: `console style </console/style >` to render the
5
+ input and output of commands in a consistent way. If you prefer to apply your
6
+ own style, use the utilities explained in this article to show colors in the command
7
+ output (e.g. to differentiate between important messages, titles, comments, etc.).
6
8
7
9
.. note ::
8
10
@@ -102,11 +104,6 @@ you can click on the *"Symfony Homepage"* text to open its URL in your default
102
104
browser. Otherwise, you'll see *"Symfony Homepage" * as regular text and the URL
103
105
will be lost.
104
106
105
- .. tip ::
106
-
107
- If you need a standard yet complete style, you can leverage the :doc: `default
108
- Symfony Style </console/style>`.
109
-
110
107
.. _Cmder : https://github.com/cmderdev/cmder
111
108
.. _ConEmu : https://conemu.github.io/
112
109
.. _ANSICON : https://github.com/adoxa/ansicon/releases
You can’t perform that action at this time.
0 commit comments