Closed Blacksmoke16 closed 8 months ago
Currently get started using the component, the user has to do like:
Athena::Dotenv.new.load "./.env"
To make this easier for the most common use case, we could add a .load class method that does this for them, defaulting to .env as the file to load.
.load
.env
Currently get started using the component, the user has to do like:
To make this easier for the most common use case, we could add a
.load
class method that does this for them, defaulting to.env
as the file to load.