Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface Cliffy.IFlagOptions
implements IFlagArgument
Re-export
import { type Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/deps.ts";
const { IFlagOptions } = Cliffy;

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