pub fn set_env(key: impl ToString, value: impl ToString)
Adds an environment variable that all newly spawned Commands will inherit.
Command