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.
1 parent cf2c5e8 commit 22d131aCopy full SHA for 22d131a
1 file changed
Doc/library/subprocess.rst
@@ -38,8 +38,8 @@ compatibility with older versions, see the :ref:`call-function-trio` section.
38
39
40
.. function:: run(args, *, stdin=None, input=None, stdout=None, stderr=None,\
41
- shell=False, cwd=None, timeout=None, check=False, \
42
- encoding=None, errors=None, text=None, env=None)
+ capture_output=False, shell=False, cwd=None, timeout=None, \
+ check=False, encoding=None, errors=None, text=None, env=None)
43
44
Run the command described by *args*. Wait for command to complete, then
45
return a :class:`CompletedProcess` instance.
0 commit comments