Add env.VAR = value syntax for setting environment variables
- env.VAR = value generates export VAR="value"
- Supports interpolation: env.GREETING = "Hello, {name}!"
- Add 2 tests for env.set functionality
- Update all documentation files
Showing
Please
register
or
sign in
to comment