Restore arg list support, use stdin.drain instead of flush

This commit is contained in:
jpic
2021-11-12 11:37:46 +01:00
parent 93f40dc7dd
commit 2a0bb424fd
2 changed files with 25 additions and 9 deletions
+1
View File
@@ -10,6 +10,7 @@ from shlax import Proc
(
['echo hi'],
['sh -c "echo hi"'],
['sh', '-c', 'echo hi'],
)
)
async def test_proc(args):