We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa4a5b commit b4b7a5dCopy full SHA for b4b7a5d
CHANGES
@@ -17,6 +17,10 @@ $ pip install --user --upgrade --pre libvcs
17
18
- {issue}`343`: `libvcs.cmd.core` (including {func}`~libvcs._internal.run.run`) have been moved to
19
`libvcs._internal.run`. It will be supported as an unstable, internal API.
20
+- {issue}`361`: {class}`~libvcs._internal.run.run`'s params are now a pass-through to
21
+ {class}`subprocess.Popen`.
22
+
23
+ - `run(cmd, ...)` is now `run(args, ...)` to match `Popen`'s convention.
24
25
### What's new
26
0 commit comments