Skip to content

Commit bc79167

Browse files
homersimpsonsOskarStark
authored andcommitted
[Process] 📝 process: create_new_console is only for windows
1 parent 91092f4 commit bc79167

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/process.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ You can configure the options passed to the ``other_options`` argument of
113113
// this option allows a subprocess to continue running after the main script exited
114114
$process->setOptions(['create_new_console' => true]);
115115

116+
.. note::
117+
118+
The ``create_new_console`` option is only available on Windows!
119+
120+
116121
Using Features From the OS Shell
117122
--------------------------------
118123

0 commit comments

Comments
 (0)