Skip to content

loadSteers

loadSteers(store, standardCommand?): Steer[]

Defined in: src/steers.ts:108

Read saved steers, seeding (and persisting) the defaults on first use. standardCommand is the config fallback for the legacy quick-launch prompt: on a fresh DB it seeds the default issue action; on an existing DB the stored “standardCommand” setting (the operator’s own prompt) wins, folded in exactly once. The same one-time pass also backfills a distinct default emoji onto every legacy steer that predates the emoji field, persisted so the operator need not set them.

Pick<SessionStore, "getSetting" | "setSetting">

string = ""

Steer[]