8000 Update coloring.rst · symfony/symfony-docs@c6b4738 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6b4738

Browse files
authored
Update coloring.rst
1 parent b386600 commit c6b4738

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

console/coloring.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ You can also set these colors and options directly inside the tagname::
6565
// bold text on a yellow background
6666
$output->writeln('<bg=yellow;options=bold>foo</>');
6767

68+
// bold text with underscore
69+
$output->writeln('<options=bold,underscore>foo</>');
70+
6871
.. _Cmder: http://cmder.net/
6972
.. _ConEmu: https://conemu.github.io/
7073
.. _ANSICON: https://github.com/adoxa/ansicon/releases

0 commit comments

Comments
 (0)
0