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

How to WRITE something to a specific toml file? #62

Closed
ForestRealms opened this issue Dec 17, 2023 · 1 comment
Closed

How to WRITE something to a specific toml file? #62

ForestRealms opened this issue Dec 17, 2023 · 1 comment

Comments

@ForestRealms
Copy link

Hello, I am looking for how to write a section (all data types of toml file) in to a specific .toml file, but I didn't find it. Are there any functions in this package that provide it?

@cleishm
Copy link
Contributor

cleishm commented Dec 30, 2023

Duplicate of #58. This library currently only deals with parsing TOML documents. There is a limited API support for re-serializing the parsed document back to a file (added in #49), but there is currently no API for modifying a document or creating one from scratch.

@cleishm cleishm closed this as completed Dec 30, 2023
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

2 participants