-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quoted arguments with spaces are split up #218
Comments
Should be an easy fix. The default should not be |
@rafiw, do you think you could change the default char |
@henryiii yes master was me been lazy editing the file from the github site. |
@rafiw Thanks! |
i changed a bit the code now i get the following when using ',' as a delimiter
@henryiii ok? |
@rafiw Thanks for the quick followup, that looks good to me at least 👍 |
@rafiw I like it! Feel free to add that little prog as an example, those can get tested too. |
Given the following program:
I would expect the output to be like this:
However, the second command instead prints the words separately just like the first command. This seems like a bug caused by #209.
The text was updated successfully, but these errors were encountered: