Mathlib.Lean.IO.Process
source
Pipe input into stdin of the spawned process, then return (exitCode, stdout, stdErr) upon completion.
input
(exitCode, stdout, stdErr)
Pipe input into stdin of the spawned process, then return the entire content of stdout as a String upon completion.
String