Skip to main content
Module

x/cliffy/mod.ts>IKey

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

Properties

optional
name: string
optional
sequence: string
ctrl: boolean
meta: boolean
shift: boolean