JohnSundell / ShellOut

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

ShellOutError: Implement description #20

Closed JohnSundell closed 6 years ago

JohnSundell commented 6 years ago

This change makes ShellOutError conform to CustomStringConvertible, to enable more informative error outputs and logging.