Skip to content

Fallback

Non-TTY fallback strategy for spinners and progress bars.

  • 'silent' — no output at all (default). Ideal for CI where decorative output is noise.

  • 'static' — emit plain text via out.log() / out.error() at lifecycle boundaries (start, succeed, fail). No animation.

  • Import: @kjanat/dreamcli

  • Export kind: type

  • Declared in: src/core/schema/activity.ts

  • Source link: packages/dreamcli/src/core/schema/activity.ts:20

Signatures

ts
type Fallback = "silent" | "static";

See Also

Released under the MIT License.