Data Environment

process/environment::Environment


Traits

∈ Deserialize
∈ Equality
∈ PartialEquality
∈ Serialize


Execution environment for a subprocess.

  • working_directory: optional directory to set as the process working directory.
  • clear_env: when true, the subprocess inherits no environment variables from the parent process.
  • variables: the environment variables to set.
  • expand_variables: when true, ${VAR} references in variable values are expanded using the parent environment.