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

Refactor cli argument parsing, support single quote assignments #57

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

AndreasVolkmann
Copy link
Collaborator

Closes #53

Ok found that most quoting is functional.

Only one corner case that I could find is:
Single-quoted cli assignment, i.e. 'argument=expected value'

@AndreasVolkmann AndreasVolkmann added the enhancement New feature or request label Apr 18, 2021
@AndreasVolkmann AndreasVolkmann added this to the v3.3.0 milestone Apr 18, 2021
@AndreasVolkmann AndreasVolkmann requested a review from jeggy April 18, 2021 13:35
@AndreasVolkmann AndreasVolkmann self-assigned this Apr 18, 2021
@AndreasVolkmann AndreasVolkmann merged commit 8517a69 into v3.3.0 Apr 20, 2021
@AndreasVolkmann AndreasVolkmann linked an issue Apr 20, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quoting values in CLI not possible
2 participants