Skip to content
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

Do not split input if in quotes #1

Open
TorstenCScholz opened this issue Jul 10, 2017 · 0 comments
Open

Do not split input if in quotes #1

TorstenCScholz opened this issue Jul 10, 2017 · 0 comments

Comments

@TorstenCScholz
Copy link
Owner

TorstenCScholz commented Jul 10, 2017

Currently the input some_command input1 input2 "a phrase that belongs together" will be split into seven arguments to the command some_command (two of them look like "a and together"). Instead we would like the three arguments input1, input2 and a phrase that belongs together.

So if a parameter is quoted (and contained quotes that are properly escaped) that parameter should not be split by spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant