8000 feature #6968 [Console] Add multiple options for the output example (… · symfony/symfony-docs@021e3d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 021e3d7

Browse files
committed
feature #6968 [Console] Add multiple options for the output example (SpacePossum)
This PR was merged into the master branch. Discussion ---------- [Console] Add multiple options for the output example With symfony/symfony#19495 merged to master a way to set multipl 8000 e options has been added. Commits ------- c6b4738 Update coloring.rst
2 parents 2182353 + c6b4738 commit 021e3d7

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