We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create_new_console
1 parent 91092f4 commit bc79167Copy full SHA for bc79167
components/process.rst
@@ -113,6 +113,11 @@ You can configure the options passed to the ``other_options`` argument of
113
// this option allows a subprocess to continue running after the main script exited
114
$process->setOptions(['create_new_console' => true]);
115
116
+.. note::
117
+
118
+ The ``create_new_console`` option is only available on Windows!
119
120
121
Using Features From the OS Shell
122
--------------------------------
123
0 commit comments