We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed to read the value from the given section and option. It gives empty.
Input:
[section] option1 = value1 option2 = value2 option3 = value3
For the above example parser.Get("section", "option3") returns empty value.
parser.Get("section", "option3")
empty value
For the above example parser.Get("section", "option3") must return value3.
value3
The text was updated successfully, but these errors were encountered:
I've had a look at this, and it's non-trivial to fix, and I don't use this any more, it was written a long time ago :-)
I'd be open to a PR that fixed it tho'
Sorry, something went wrong.
@nareshdevasani can you please check your use case with the new version?
No branches or pull requests
Problem:
Failed to read the value from the given section and option. It gives empty.
Input:
For the above example
parser.Get("section", "option3")
returnsempty value
.Expected:
For the above example
parser.Get("section", "option3")
must returnvalue3
.The text was updated successfully, but these errors were encountered: