effect-io-ai

Package: @effect/cli
Module: Primitive

Primitive.wizard

Runs a wizard that will prompt the user for input matching the specified primitive type.

Signature

declare const wizard: { (help: HelpDoc): <A>(self: Primitive<A>) => Prompt<A>; <A>(self: Primitive<A>, help: HelpDoc): Prompt<A>; }

Source

Since v1.0.0