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

CLI property parse doesn't handle white spaces correctly #37

Open
nachevn opened this issue Sep 21, 2016 · 0 comments
Open

CLI property parse doesn't handle white spaces correctly #37

nachevn opened this issue Sep 21, 2016 · 0 comments
Labels

Comments

@nachevn
Copy link

nachevn commented Sep 21, 2016

Whitespaces are not handled correctly when parsing the command line for options. As an example a sequence of spaces will lead to options being ignored!

The parser should pase options by splitting the string at any whitespaces not contained in quotes: ".....".

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

No branches or pull requests

2 participants