Restore arg list support, use stdin.drain instead of flush
This commit is contained in:
@@ -10,6 +10,7 @@ from shlax import Proc
|
||||
(
|
||||
['echo hi'],
|
||||
['sh -c "echo hi"'],
|
||||
['sh', '-c', 'echo hi'],
|
||||
)
|
||||
)
|
||||
async def test_proc(args):
|
||||
|
||||
Reference in New Issue
Block a user