effect-io-ai

Package: @effect/cli
Module: Options

Options.fileParse

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

Signature

declare const fileParse: (name: string, format?: "json" | "yaml" | "ini" | "toml" | undefined) => Options<unknown>

Source

Since v1.0.0