codex
Loading...
Searching...
No Matches
exec.cpp File Reference
#include "exec.hpp"
#include <iostream>
Include dependency graph for exec.cpp:

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.