JohnSundell / Marathon

[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
MIT License
1.86k stars 78 forks source link

Support script arguments containing a space #115

Closed JohnSundell closed 7 years ago

JohnSundell commented 7 years ago

This patch fixes a bug that would cause arguments containing spaces to be split up into two arguments when passed to a script. The fix is to wrap all arguments in quotation marks to have them be correctly separated on the command line.

Resolves https://github.com/JohnSundell/Marathon/issues/114