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