This commit is contained in:
Daylin Morgan 2024-11-03 11:11:37 -06:00
parent e6a7e04cfb
commit 67e94ed1cf
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -21,6 +21,7 @@ type
CaptStdout CaptStdout
CaptStderr CaptStderr
# TODO: suppot both capturing and inheriting the stream?
proc runCmdCapt*( proc runCmdCapt*(
cmd: string, cmd: string,
capture: set[CaptureGrp] = {CaptStdout}, capture: set[CaptureGrp] = {CaptStdout},