Expand description
Environment variable operations
Windjammer’s std::env module maps to these functions.
Functions§
- args
- Get command line arguments
- current_
dir - Get current working directory
- current_
exe - Get current executable path
- remove_
var - Remove an environment variable
- set_var
- Set an environment variable
- var
- Get an environment variable
- vars
- Get all environment variables