Closed sgerbino closed 1 year ago
When you invoke the binary from a place where there is no .env file, you get an undesirable warning open .env: no such file or directory.
.env
open .env: no such file or directory
The .env should be loaded optionally, and not display a warning when there is none.
No response
- OS:
Is there an existing issue for this?
Current behavior
When you invoke the binary from a place where there is no
.env
file, you get an undesirable warningopen .env: no such file or directory
.Expected behavior
The
.env
should be loaded optionally, and not display a warning when there is none.Steps to reproduce
No response
Environment
Anything else?
No response