File tree 2 files changed +6
-4
lines changed
components/console/helpers
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Process Helper
2
2
==============
3
3
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.
6
6
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
9
10
a very verbose verbosity (e.g. ``-vv ``)::
10
11
11
12
use Symfony\Component\Process\Process;
Original file line number Diff line number Diff line change @@ -593,6 +593,7 @@ tools capable of helping you with different tasks:
593
593
* :doc: `/components/console/helpers/table `: displays tabular data as a table
594
594
* :doc: `/components/console/helpers/debug_formatter `: provides functions to
595
595
output debug information when running an external program
596
+ * :doc: `/components/console/helpers/processhelper `: allows to run processes using ``DebugProcessHelper ``
596
597
* :doc: `/components/console/helpers/cursor `: allows to manipulate the cursor in the terminal
597
598
598
599
.. _`exit status` : https://en.wikipedia.org/wiki/Exit_status
You can’t perform that action at this time.
0 commit comments