Skip to content

Commit dc57a9f

Browse files
committed
Reword
1 parent 9e30c21 commit dc57a9f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

console/coloring.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
How to Color and Style the Console Output
22
=========================================
33

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.).
68

79
.. note::
810

@@ -102,11 +104,6 @@ you can click on the *"Symfony Homepage"* text to open its URL in your default
102104
browser. Otherwise, you'll see *"Symfony Homepage"* as regular text and the URL
103105
will be lost.
104106

105-
.. tip::
106-
107-
If you need a standard yet complete style, you can leverage the :doc:`default
108-
Symfony Style </console/style>`.
109-
110107
.. _Cmder: https://github.com/cmderdev/cmder
111108
.. _ConEmu: https://conemu.github.io/
112109
.. _ANSICON: https://github.com/adoxa/ansicon/releases

0 commit comments

Comments
 (0)