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
| Parameter | Type |
|---|---|
handle | RunHandle<unknown> |
io | CliIo |
Returns
() => void