codex
Loading...
Searching...
No Matches
exec.hpp File Reference
#include <span>
#include <string>
#include <system_error>
#include <tuple>
Include dependency graph for exec.hpp:
This graph shows which files directly or indirectly include this file:

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.