Closed ianthomas23 closed 3 months ago
Add export as a new built-in (TypeScript) command, so that it is possible to export new environment variables to the environment that is shared between all commands.
export
For example:
export SOME_NAME='some value'
Add
export
as a new built-in (TypeScript) command, so that it is possible to export new environment variables to the environment that is shared between all commands.For example: