We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06db939 commit d7ea43dCopy full SHA for d7ea43d
console/style.rst
@@ -327,6 +327,13 @@ User Input Methods
327
Result Methods
328
~~~~~~~~~~~~~~
329
330
+.. note::
331
+
332
+ If you print any URL it won't be broken/cut, it will be clickable - if the terminal provides it. If the "well
333
+ formatted output" is more important, you can switch it off::
334
335
+ $io->getOutputWrapper()->setAllowCutUrls(true);
336
337
:method:`Symfony\\Component\\Console\\Style\\SymfonyStyle::success`
338
It displays the given string or array of strings highlighted as a successful
339
message (with a green background and the ``[OK]`` label). It's meant to be
0 commit comments