Module workerlib::execute

source ·
Expand description

Execute internal commands

Structs§

  • This structure mimics the API of std::process::Command found in the standard library, but replaces functions that create a process with an asynchronous variant. The main provided asynchronous functions are spawn, status, and output.

Enums§

  • Error encountered when shelling out to the git binary for some reason

Traits§

Functions§

  • Build the command and execute it returning its stdout/stderr or an error