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
save
Really nice package! Just taking a close look at the API.
save is a bit odd to me since it doesn't actually save anything unless the function you pass also calls save. Some possible ideas:
save(path(file), file.value)
foreach
The text was updated successfully, but these errors were encountered:
Call it foreach instead.
I like this the most!
Sorry, something went wrong.
But then save also creates the right paths with mkpath before allowing you to write to that path...
mkpath
No branches or pull requests
Really nice package! Just taking a close look at the API.
save
is a bit odd to me since it doesn't actually save anything unless the function you pass also callssave
. Some possible ideas:save(path(file), file.value)
the default.foreach
instead.The text was updated successfully, but these errors were encountered: