8000 Update console.rst · symfony/symfony-docs@8002a11 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8002a11

Browse files
zairigimadjaviereguiluz
authored andcommitted
Update console.rst
1 parent 490be53 commit 8002a11

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