|
codex
|
#include <span>#include <string>#include <system_error>#include <tuple>

Go to the source code of this file.
Namespaces | |
| namespace | codex |
Functions | |
| std::tuple< int, std::errc > | codex::exec (std::span< const char *const > args, std::string *out) |
| Executes a command and reads its stdout. | |