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:78

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

Parameters

ParameterType
handleRunHandle<unknown>
ioCliIo

Returns

() => void