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

Function text

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

Source from the content-addressed store, hash-verified

282
283/** @internal */
284export const text = (config?: Args.Args.BaseArgsConfig): Args.Args<string> =>
285 makeSingle(Option.fromNullable(config?.name), InternalPrimitive.text)
286
287// =============================================================================
288// Combinators

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected