Skip to main content
Module

x/cliffy/mod.ts>IFlagArgument

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface IFlagArgument
Re-export
import { type IFlagArgument } from "https://deno.land/x/cliffy@v0.24.2/mod.ts";

Flag argument definition.

Properties

optional
type: OptionType | string
optional
optionalValue: boolean
optional
requiredValue: boolean
optional
variadic: boolean
optional
list: boolean
optional
separator: string