Dotenvy.parse
You're seeing just the callback
parse
, go back to Dotenvy module for more information.
Specs
A parser implementation should receive the contents
read from a file,
a map of vars
(with string keys, as would come from System.get_env/0
),
and a keyword list of opts
.
This callback is provided to help facilitate testing. See Dotenvy.Parser
for the default implementation.