Tonkpils / snag

Automatic build tool for all your projects
MIT License
32 stars 4 forks source link

Parsing string args correctly #59

Closed zabawaba99 closed 8 years ago

zabawaba99 commented 8 years ago

There was a bug in the code that cause commands that had quotes in them to not work as expected. Commands are no longer split just on a whitespace. If an opening quote is found the split function finds its ending quote and returns the entire chunk as one argument.

Tonkpils commented 8 years ago

:+1: