File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ def run_command(
6363 ** kwargs
6464 ):
6565 """
66- Run a command and return RunResult named tuple. When live_output is True,
67- command stdout/stderr are streamed in live in current process stdout/stderr.
68- When capture_output is True, command stdout/stderr are available in out/err
66+ Run a command and return a RunResult named tuple. When live_output is True,
67+ command stdout/stderr are redirected to current process stdout/stderr. When
68+ capture_output is True, command stdout/stderr are available in out/err
6969 attributes of RunResult namedtuple. When merged_capture is True as well,
7070 command stderr is merged with stdout in out attribute of RunResult named
7171 tuple. In this case, err attribute is None.
You can’t perform that action at this time.
0 commit comments