effect-io-ai

Package: @effect/cli
Module: Prompt

Prompt.run

Executes the specified Prompt.

Signature

declare const run: <Output>(self: Prompt<Output>) => Effect<Output, QuitException, Prompt.Environment>

Source

Since v1.0.0