MCPcopy Index your code
hub / github.com/Effect-TS/effect / boolean

Function boolean

packages/cli/src/internal/args.ts:189–190  ·  view source on GitHub ↗
(config?: Args.Args.BaseArgsConfig)

Source from the content-addressed store, hash-verified

187
188/** @internal */
189export const boolean = (config?: Args.Args.BaseArgsConfig): Args.Args<boolean> =>
190 makeSingle(Option.fromNullable(config?.name), InternalPrimitive.boolean(Option.none()))
191
192/** @internal */
193export const choice = <A>(

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…