Module

x/cliffy/flags.ts>IType

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
type alias IType
import { type IType } from "https://dotland.deno.dev/x/cliffy@v0.11.0/flags.ts";
definition: (
option: IFlagOptions,
value: string,
) => T | undefined
import IType
import { IType } from "https://dotland.deno.dev/x/cliffy@v0.11.0/flags.ts";