From 2a8b7377a38ee4ec9c6e7944343fd8f62f3afe6d Mon Sep 17 00:00:00 2001 From: 2tef <21069422+2tef@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:11:45 -0300 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76a90d1..bfbe66a 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,8 @@ godotenv -f /some/path/to/.env some_command with some args If you don't specify `-f` it will fall back on the default of loading `.env` in `PWD` +By default, it won't override existing environment variables; you can do that with the `-o` flag. + ### Writing Env Files Godotenv can also write a map representing the environment to a correctly-formatted and escaped file