-
Notifications
You must be signed in to change notification settings - Fork 8
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
A parameter type that takes an "equals" does not work. #2
Comments
This patch resolves the issue. |
|
Hi All, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following code.
Given this command line:
Note the "blank" output for binddn. This is due to the quoting of the value.
If we remove the quotes
The final = is then turned into another parameter, and we drop part of the value.
Additionally, escaping does not function.
So this doesn't help either.
It would be great if values could be quoted, and the internal content of the quotes taken as a whole string regardless of whitespace or char presence until the next matching quote.
The text was updated successfully, but these errors were encountered: