10000 minor #6401 Added Link to Cmder (c33s) · symfony/symfony-docs@7a3eca6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a3eca6

Browse files
committed
minor #6401 Added Link to Cmder (c33s)
This PR was merged into the 2.3 branch. Discussion ---------- Added Link to Cmder Cmder is a wrapper around Conemu, Clink and Git which really help to use the cli on windows. Commits ------- e493790 Added Link to Cmder
2 parents 4186c32 + e493790 commit 7a3eca6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

components/console/introduction.rst

8000
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Coloring the Output
143143
By default, the Windows command console doesn't support output coloring. The
144144
Console component disables output coloring for Windows systems, but if your
145145
commands invoke other scripts which emit color sequences, they will be
146-
wrongly displayed as raw escape characters. Install the `ConEmu`_, `ANSICON`_
146+
wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_, `ANSICON`_
147147
or `Mintty`_ (used by default in GitBash and Cygwin) free applications
148148
to add coloring support to your Windows command console.
149149

@@ -545,6 +545,7 @@ Learn More!
545545
* :doc:`/components/console/console_arguments`
546546

547547
.. _Packagist: https://packagist.org/packages/symfony/console
548+
.. _Cmder: http://cmder.net/
548549
.. _ConEmu: https://conemu.github.io/
549550
.. _ANSICON: https://github.com/adoxa/ansicon/releases
550551
.. _Mintty: https://mintty.github.io/

contributing/code/tests.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ what's going on and if the tests are broken because of the new code.
5151
5252
.. tip::
5353

54-
On Windows, install the `ConEmu`_, `ANSICON`_ or `Mintty`_ free applications
54+
On Windows, install the `Cmder`_, `ConEmu`_, `ANSICON`_ or `Mintty`_ free applications
5555
to see colored test results.
5656

57+
.. _Cmder: http://cmder.net/
5758
.. _ConEmu: https://code.google.com/p/conemu-maximus5/
5859
.. _ANSICON: https://github.com/adoxa/ansicon/releases
5960
.. _Mintty: https://mintty.github.io/

0 commit comments

Comments
 (0)
0