@[inline]
def
Lake.logOutput
{m : Type → Type u_1}
[Monad m]
(out : IO.Process.Output)
(log : String → m PUnit)
:
m Unit
Instances For
@[inline]
def
Lake.rawProc
(args : IO.Process.SpawnArgs)
(quiet : Bool := false)
(input? : Option String := none)
: