Skip to content

HerdrUpdateResult

Defined in: src/herdr-update.ts:99

Terminal outcome of an apply(), emitted once via onDone. Drives the modal’s ✓/✗ state. Success is decided by a re-read herdr --version, NOT the child’s exit code (herdr update exits 0 even when it prints “Herdr was not updated”).

optional error?: string

Defined in: src/herdr-update.ts:103


from: string | null

Defined in: src/herdr-update.ts:101


ok: boolean

Defined in: src/herdr-update.ts:100


to: string | null

Defined in: src/herdr-update.ts:102