Skip to content

Commit d19f25c

Browse files
committed
[Console] Add ProcessHelper link to the list of helpers
1 parent a39bbc7 commit d19f25c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

components/console/helpers/processhelper.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Process Helper
22
==============
33

4-
The Process Helper shows processes as they're running and reports
5-
useful information about process status.
4+
The Process Helper shows processes as they're running and reports useful
5+
information about process status.
66

7-
To display process details, use the :class:`Symfony\\Component\\Console\\Helper\\ProcessHelper`
8-
and run your command with verbosity. For example, running the following code with
7+
To display process details, use the
8+
:class:`Symfony\\Component\\Console\\Helper\\ProcessHelper` and run your command
9+
with verbosity. For example, running the following code with
910
a very verbose verbosity (e.g. ``-vv``)::
1011

1112
use Symfony\Component\Process\Process;

console.rst

+1
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ tools capable of helping you with different tasks:
593593
* :doc:`/components/console/helpers/table`: displays tabular data as a table
594594
* :doc:`/components/console/helpers/debug_formatter`: provides functions to
595595
output debug information when running an external program
596+
* :doc:`/components/console/helpers/processhelper`: allows to run processes using ``DebugProcessHelper``
596597
* :doc:`/components/console/helpers/cursor`: allows to manipulate the cursor in the terminal
597598

598599
.. _`exit status`: https://en.wikipedia.org/wiki/Exit_status

0 commit comments

Comments
 (0)