Skip to main content
Module

x/cliffy/mod.ts>IFlagOptions

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

Flag options.

Properties

name: string
optional
args: IFlagArgument[]
optional
aliases: string[]
optional
standalone: boolean
optional
default: IDefaultValue
optional
required: boolean
optional
depends: string[]
optional
conflicts: string[]
optional
value: IFlagValueHandler
optional
collect: boolean
optional
equalsSign: boolean