Tyrrrz / CliWrap

Library for running command-line processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Able to start process with Shell

Wyvernius opened this issue · comments

Details

Currently there is no way of defining if the process is started from shell.
Could this be added or is it left out on purpose?

It's left out on purpose. With shell execute, we can't access process streams.

Related: #114