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: whentrue, the subprocess inherits no environment variables from the parent process.variables: the environment variables to set.expand_variables: whentrue,${VAR}references in variable values are expanded using the parent environment.