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 4952e4c commit 0bfa8acCopy full SHA for 0bfa8ac
console/style.rst
@@ -337,6 +337,13 @@ User Input Methods
337
Result Methods
338
~~~~~~~~~~~~~~
339
340
+.. note::
341
+
342
+ If you print any URL it won't be broken/cut, it will be clickable - if the terminal provides it. If the "well
343
+ formatted output" is more important, you can switch it off::
344
345
+ $io->getOutputWrapper()->setAllowCutUrls(true);
346
347
:method:`Symfony\\Component\\Console\\Style\\SymfonyStyle::success`
348
It displays the given string or array of strings highlighted as a successful
349
message (with a green background and the ``[OK]`` label). It's meant to be
0 commit comments