Skip to main content
Module

x/cliffy/flags.ts>IParseType

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

Type Parameters

optional
T = any
definition: (
type: string,
option: IFlagOptions,
nextValue: string,
) => T