effect-io-ai

Package: @effect/cli
Module: Options

Options.repeated

Indicates that the specified command-line option can be repeated 0 or more times.

NOTE: if the command-line option is not provided, and empty array will be returned as the value for said option.

Signature

declare const repeated: <A>(self: Options<A>) => Options<Array<A>>

Source

Since v1.0.0