subprocess::Popen::communicate

Sends a string to the child, then reads its output and error until it exits.

Synopsis

Declared in <util/subprocess.h>

std::pair<OutBuffer, ErrBuffer>
communicate(std::string const& msg);

Return Value

The captured output and error buffers.

Parameters

NameDescription
msgText to send first.