Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface ListOptions
implements GenericSuggestionsOptions<string[], string>
import { type ListOptions } from "https://deno.land/x/actionify@0.3.0/src/deps/cli.ts";

List prompt options.

Properties

optional
separator: string
optional
minLength: number
optional
maxLength: number
optional
minTags: number
optional
maxTags: number
optional
keys: ListKeys