Skip to content

Commit 4744fc4

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: link symfony default style on coloring documentation
2 parents 2b715e4 + dc57a9f commit 4744fc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

console/coloring.rst

Lines changed: 4 additions & 2 deletions
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

0 commit comments

Comments
 (0)