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

Support for ini files #66

Closed
vorner opened this issue Mar 23, 2018 · 3 comments
Closed

Support for ini files #66

vorner opened this issue Mar 23, 2018 · 3 comments

Comments

@vorner
Copy link
Contributor

vorner commented Mar 23, 2018

Hello

Would it be possible to add a support for ini files? I know they are not as expressive as the other formats, but there may be reasons to want to work with them (like some other tools that produce/manage them and don't know anything better).

I was able to create a hacky solution for myself ‒ using the rust-ini crate, fill another Config instance and merge that as a source (and using keys with dots in them to refer to deeper levels), but a built-in would be nice. Though I don't know what to do with arrays properly.

@toyg
Copy link

toyg commented Jun 19, 2018

Isn't this what #72 provides?

@vorner
Copy link
Contributor Author

vorner commented Jun 24, 2018

Yes, it seems so.

@mehcode
Copy link
Owner

mehcode commented Jul 2, 2018

This will be in the next release. Thanks @woodgear

@mehcode mehcode closed this as completed Jul 2, 2018
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

3 participants