Package: @effect/cli Module: Options
@effect/cli
Options
Creates a parameter expecting path to a file and reads its contents.
Signature
declare const fileContent: (name: string) => Options<readonly [path: string, content: Uint8Array]>
Source
Since v1.0.0