Package: @effect/cli Module: Prompt
@effect/cli
Prompt
Executes the specified Prompt.
Signature
declare const run: <Output>(self: Prompt<Output>) => Effect<Output, QuitException, Prompt.Environment>
Source
Since v1.0.0