File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11How 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
102104browser. Otherwise, you'll see *"Symfony Homepage" * as regular text and the URL
103105will 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
You can’t perform that action at this time.
0 commit comments