Expand description
Subprocess execution.
{"cmd":"exec","program":"git","args":["status"],...} runs a program to
completion and returns its exit code plus base64 stdout/stderr. This is the
bridge that lets any client (emacs, a plugin, another language) drive the
toolchain through the host instead of shelling out itself. The same core
(run_raw) backs the background crate::jobs runner.
Structs§
- Exec
Result - Captured result of running a command to completion.