diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2023-11-02 02:21:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 15:21:13 +0000 |
| commit | f8f4e776325efe0d8dd50207beecb425f0875999 (patch) | |
| tree | f8781d719f6e980fe34dcf415e607e2826692573 /cli/tests/testdata/run/env_file.out | |
| parent | 53248e9bb3123a1b684f3f9f744bb671dfa53bc1 (diff) | |
feat(unstable): `deno run --env` (#20300)
This change adds the `--env=[FILE]` flag to the `run`, `compile`,
`eval`, `install` and `repl` subcommands. Environment variables set in
the CLI overwrite those defined in the `.env` file.
Diffstat (limited to 'cli/tests/testdata/run/env_file.out')
| -rw-r--r-- | cli/tests/testdata/run/env_file.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/env_file.out b/cli/tests/testdata/run/env_file.out new file mode 100644 index 000000000..54a0bf25d --- /dev/null +++ b/cli/tests/testdata/run/env_file.out @@ -0,0 +1,4 @@ +BAR +ANOTHER_BAR +First Line +Second Line |
