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

Parse Multi Values Inputs With Quotation #520

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Nov 20, 2024

This pull request adds support for parsing quotations for inputs that support multiple values, allowing those inputs to include values containing whitespace as long as they are enclosed in quotation marks. It closes #519.

@threeal threeal added the feat label Nov 20, 2024
@threeal threeal added this to the Version 2.1.0 milestone Nov 20, 2024
@threeal threeal self-assigned this Nov 20, 2024
@threeal threeal force-pushed the parse-multi-vals-inputs-with-quotation branch from 00b8b03 to c01583e Compare November 20, 2024 15:42
@threeal threeal force-pushed the parse-multi-vals-inputs-with-quotation branch from c01583e to a3faf40 Compare November 20, 2024 16:01
@threeal threeal marked this pull request as ready for review November 20, 2024 16:08
@threeal threeal changed the title Parse Multi Values Inputs With Quotation. Parse Multi Values Inputs With Quotation Nov 21, 2024
@MartinSalinas98
Copy link

Hey @threeal, do you think it would be a good idea to add this new feature to one of the tests so that it is always automatically tested?

@threeal
Copy link
Owner Author

threeal commented Nov 21, 2024

@MartinSalinas98 It's already tested in unit tests, and i'm planning to minimize the integration tests in CI as it seems having unit tests should be enough.

@threeal threeal merged commit 6f8b21d into main Nov 21, 2024
10 checks passed
@threeal threeal deleted the parse-multi-vals-inputs-with-quotation branch November 21, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot use paths with spaces in options param
2 participants