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

Quoted arguments #2

Open
jbee opened this issue Nov 26, 2022 · 2 comments
Open

Quoted arguments #2

jbee opened this issue Nov 26, 2022 · 2 comments

Comments

@jbee
Copy link
Collaborator

jbee commented Nov 26, 2022

  • do not split on space when quoted
  • strip quotes before processing
@jbee jbee changed the title Quotes in arguments Quoted arguments Nov 26, 2022
@sormuras
Copy link
Owner

Could this be implemented as an ArgumentsProcessor?

@jbee
Copy link
Collaborator Author

jbee commented Nov 29, 2022

Thinking about this... the split is done outside by the caller providing the String... args so this is not even a concern.
And stripping the quotes can be done via processor - yes.

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

No branches or pull requests

2 participants