Module

x/cliffy/command.ts>ITypeSettings

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

Type option's.

Properties

name: string
handler: Type<any> | ITypeHandler<any>
import ITypeSettings
import { ITypeSettings } from "https://dotland.deno.dev/x/cliffy@v0.11.0/command.ts";