Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cliffy/packages/flags/mod.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@v0.3.0/packages/flags/mod.ts";
definition: (
type: string,
option: IFlagOptions,
nextValue: string | false,
) => any | undefined