Module

x/cliffy/flags.ts>IFlagValueType

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

Flag value type.

definition: string | boolean | number
import IFlagValueType
import { IFlagValueType } from "https://dotland.deno.dev/x/cliffy@v0.6.0/flags.ts";