File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
components/console/helpers Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Process 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
910a very verbose verbosity (e.g. ``-vv ``)::
1011
1112 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:
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
You can’t perform that action at this time.
0 commit comments