#include <Process.hpp>
◆ validate()
| void stc::Unix::Environment::validate |
( |
| ) |
const |
|
inline |
◆ env
| std::map<std::string, std::string> stc::Unix::Environment::env = {} |
◆ extendEnviron
| bool stc::Unix::Environment::extendEnviron = true |
Whether or not to start with os.environ. If false, nothing included in os.environ is forwarded.
◆ workingDirectory
| std::optional<std::string> stc::Unix::Environment::workingDirectory = std::nullopt |
If defined, the spawned process will do a cd just before executing the replacement command. If undefined, the current working directory is automagically used.
The documentation for this struct was generated from the following file: