Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/cli.ts>GenericPromptOptions

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface GenericPromptOptions
Re-export
import { type GenericPromptOptions } from "https://deno.land/x/actionify@0.3.0/src/deps/cli.ts";

Generic prompt options.

Properties

message: string
optional
default: T
optional
hideDefault: boolean
optional
validate: (value: V) => ValidateResult
optional
transform: (value: V) => T | undefined
optional
hint: string
optional
pointer: string
optional
indent: string
optional
keys: GenericPromptKeys
optional
cbreak: boolean
optional
prefix: string