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

Missing documentation: propertiesReader without any arguments for creating a new empty properties object. #62

Open
ghuser opened this issue Jan 11, 2023 · 0 comments

Comments

@ghuser
Copy link

ghuser commented Jan 11, 2023

I thought that it was not possible to create an empty properties object using the propertiesReader constructor and it took me some time looking at the code to figure out that it is possible.

It would be nice adding an example in the documentation. e.g.

const properties = propertiesReader();
properties.set('propName', 'propValue')
await properties.save('outputfile.properties');
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

1 participant