Function up_rs::env::get_env

source ·
pub fn get_env(
    inherit_env: Option<&Vec<String>>,
    input_env: Option<&HashMap<String, String>>,
) -> Result<HashMap<String, String>>
Expand description

Build a set of environment variables from the up config settings and the current command’s environment..