Skip to content

Commit d2cdcf0

Browse files
committed
minor #18739 [Console] Add ProcessHelper link to the list of helpers (HeahDude)
This PR was merged into the 5.4 branch. Discussion ---------- [Console] Add `ProcessHelper` link to the list of helpers The page documenting the helper already exists, but it was not listed among other helpers. This PR fixes it. Commits ------- d19f25c [Console] Add `ProcessHelper` link to the list of helpers
2 parents c2f7a56 + d19f25c commit d2cdcf0

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
@@ -604,6 +604,7 @@ tools capable of helping you with different tasks:
604604
* :doc:`/components/console/helpers/table`: displays tabular data as a table
605605
* :doc:`/components/console/helpers/debug_formatter`: provides functions to
606606
output debug information when running an external program
607+
* :doc:`/components/console/helpers/processhelper`: allows to run processes using ``DebugProcessHelper``
607608
* :doc:`/components/console/helpers/cursor`: allows to manipulate the cursor in the terminal
608609

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

0 commit comments

Comments
 (0)