Endpoint options for launching a child process over stdio.
More...
#include <client.hpp>
|
|
std::string | command |
| | Executable to launch.
|
| |
|
std::vector< std::string > | args |
| | Command-line arguments passed to the executable.
|
| |
|
std::string | cwd |
| | Optional working directory for the child process.
|
| |
|
std::unordered_map< std::string, std::string > | env |
| | Extra environment variables for the child process.
|
| |
Endpoint options for launching a child process over stdio.
The documentation for this struct was generated from the following file: