Tyrrrz / CliWrap

Library for running command-line processes
MIT License
4.32k stars 264 forks source link

Able to start process with Shell #186

Closed Wyvernius closed 1 year ago

Wyvernius commented 1 year ago

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?

Tyrrrz commented 1 year ago

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

Related: #114