8000 minor #13756 Add Debug Formatter Helper (zairigimad) · symfony/symfony-docs@36f5d75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36f5d75

Browse files
committed
minor #13756 Add Debug Formatter Helper (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 3.4 branch instead. Discussion ---------- Add Debug Formatter Helper <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8002a11 Update console.rst
2 parents 490be53 + 8002a11 commit 36f5d75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

console.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Whenever an exception is thrown while running commands, Symfony adds a log
325325
message for it including the entire failing command. In addition, Symfony
326326
registers an :doc:`event subscriber </event_dispatcher>` to listen to the
327327
:ref:`ConsoleEvents::TERMINATE event <console-events-terminate>` and adds a log
328-
message whenever a command doesn't finish with the ``0`` exit status.
328+
message whenever a command doesn't finish with the ``0`` `exit status`_.
329329

330330
Learn More
331331
----------
@@ -343,3 +343,7 @@ tools capable of helping you with different tasks:
343343
* :doc:`/components/console/helpers/formatterhelper`: customize the output colorization
344344
* :doc:`/components/console/helpers/progressbar`: shows a progress bar
345345
* :doc:`/components/console/helpers/table`: displays tabular data as a table
346+
* :doc:`/components/console/helpers/debug_formatter`: provides functions to
347+
output debug information when running an external program
348+
349+
.. _`exit status`: https://en.wikipedia.org/wiki/Exit_status

0 commit comments

Comments
 (0)
0