wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

The env() Array #98

Closed wduquette closed 4 years ago

wduquette commented 4 years ago

Molt should support the standard TCL env() array, which contains the environment variables and their values.

wduquette commented 4 years ago

See also #99, Mirror env() values back into the process environment.