Skip to main content
Module

x/cliffy/command/mod.ts>CompleteHandlerResult

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
type alias CompleteHandlerResult
import { type CompleteHandlerResult } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/mod.ts";
definition: Array<string | number | boolean> | Promise<Array<string | number | boolean>>