Macro warpgate_pdk::host_env

source ·
macro_rules! host_env {
    ($name:expr, $value:expr) => { ... };
    ($name:expr) => { ... };
}
Expand description

Calls the get_env_var or set_env_var host function to manage environment variables on the host.

When setting PATH, the provided value will append to PATH, not overwrite it. Supports both ; and : delimiters.