Module

x/cliffy/mod.ts>GenericListSettings

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface GenericListSettings
import { type GenericListSettings } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";

Generic list prompt settings.

Type Parameters

TValue
TRawValue

Properties

optional
keys: GenericListKeys
indent: string
listPointer: string
maxRows: number
searchLabel: string
optional
info: boolean
import GenericListSettings
import { GenericListSettings } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";