dotenvy
dotenvy copied to clipboard
Documentation does not explain difference between `from_filename` and `from_path`
... which is the recursive search up the file tree for a matching filename.
At first glance, I was also confused by from_filename and from_path. In addition to docs, this could benefit from renaming (#101).
from_filename is now deprecated. This was to prevent directory traversal attacks.
There is a find example for those who wish to search for the matching filename up the tree.