Package: @effect/cli Module: Options
@effect/cli
Options
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