Skip to main content
Module

x/cliffy/mod.ts>GenericListKeys

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface GenericListKeys
implements GenericInputKeys
Re-export
import { type GenericListKeys } from "https://deno.land/x/cliffy@v0.19.2/mod.ts";

Select key options.

Properties

optional
previous: string[]
optional
next: string[]
optional
previousPage: string[]
optional
nextPage: string[]