This release enables a custom Process instance to be injected when calling shellOut.
Unclaimed project
Are you a maintainer of ShellOut? Claim this project to take control of your public changelog and roadmap.
Changelog
Easily run shell commands from a Swift script or command line tool
This release enables a custom Process instance to be injected when calling shellOut.
stdin and stderr) when finishing (by @SteveBarnegren)This version migrates ShellOut to Swift 4.2
ShellOut is now thread safe thanks to @harlanhaskins 🎉
copyFile and removeFile has been added to the convenience API.