Skip to content

rulvar API reference


rulvar API reference / @rulvar/cli / attachProgress

Function: attachProgress()

ts
function attachProgress(handle, io): () => void;

Defined in: packages/cli/src/tui.ts:48

Attaches the renderer to a handle's event stream; returns a detach.

Parameters

ParameterType
handleRunHandle<unknown>
ioCliIo

Returns

() => void