mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
fb6348500f
Supported the use of --env flag with the compile subcommand, so that the generated executable/binary file can access the passed env file.
4 lines
No EOL
64 B
Bash
4 lines
No EOL
64 B
Bash
FOO=valid
|
|
MULTILINE="First Line
|
|
Second Line"
|
|
ANOTHER_FOO=c:\path |