Module

x/cliffy/mod.ts>IOption

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

Command option settings.

Type Parameters

optional
O = any
optional
A extends Array<any> = any

Properties

description: string
flags: string
optional
typeDefinition: string
args: IArgument[]
import IOption
import { IOption } from "https://dotland.deno.dev/x/cliffy@v0.15.0/mod.ts";