We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b386600 commit c6b4738Copy full SHA for c6b4738
console/coloring.rst
@@ -65,6 +65,9 @@ You can also set these colors and options directly inside the tagname::
65
// bold text on a yellow background
66
$output->writeln('<bg=yellow;options=bold>foo</>');
67
68
+ // bold text with underscore
69
+ $output->writeln('<options=bold,underscore>foo</>');
70
+
71
.. _Cmder: http://cmder.net/
72
.. _ConEmu: https://conemu.github.io/
73
.. _ANSICON: https://github.com/adoxa/ansicon/releases
0 commit comments