JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
872 stars 85 forks source link

Take Process object to terminate that process #28

Closed muukii closed 4 years ago

muukii commented 6 years ago

I want to take Process object to terminate that process. But, shellOut now no return Process. Could you update API if you agree with it?

JohnSundell commented 4 years ago

ShellOut 2.3.0 introduces the option to inject a custom Process instance.