Package: @effect/cli
Module: Primitive
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>; }
Since v1.0.0