Module

x/cliffy/command.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.6.0/command.ts";

Command option setting's.

Properties

description: string
flags: string
optional
typeDefinition: string
import IOption
import { IOption } from "https://dotland.deno.dev/x/cliffy@v0.6.0/command.ts";