File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,15 @@ You can install the component in many different ways:
20
20
* Use the official Git repository (https://github.com/symfony/Console);
21
21
* :doc: `Install it via Composer</components/using_components> ` (``symfony/console `` on `Packagist `_).
22
22
23
+ .. note ::
24
+
25
+ Windows does not support ANSI colors by default so the Console Component detects and
26
+ disables colors where Windows does not have support. However, if Windows is not
27
+ configured with an ANSI driver and your console commands invoke other scripts which
28
+ emit ANSI color sequences, they will be shown as raw escape characters.
29
+
30
+ To enable ANSI colour support for Windows, please install `ANSICON_ `.
31
+
23
32
Creating a basic Command
24
33
------------------------
25
34
@@ -399,3 +408,4 @@ Learn More!
399
408
* :doc: `/components/console/single_command_tool `
400
409
401
410
.. _Packagist : https://packagist.org/packages/symfony/console
411
+ .. _ANSICON : http://adoxa.3eeweb.com/ansicon/
You can’t perform that action at this time.
0 commit comments