Skip to main content
Module

x/cliffy/mod.ts>ICompleteHandler

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

Type parser method.

Type Parameters

optional
O extends Record<string, any> | void = any
optional
A extends Array<unknown> = any
optional
G extends Record<string, any> | void = any
optional
PG extends Record<string, any> | void = any
optional
P extends Command | undefined = any
definition: (cmd: Command<O, A, G, PG, P>, parent?: Command) => CompleteHandlerResult