effect-io-ai

Package: @effect/cli
Module: Options

Options.fileText

Creates a parameter expecting path to a file and reads its contents.

Signature

declare const fileText: (name: string) => Options<readonly [path: string, content: string]>

Source

Since v1.0.0