Module

x/cliffy/mod.ts>IType

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

Type settings.

Properties

name: string
handler: Type<unknown> | ITypeHandler<unknown>
import IType
import { IType } from "https://dotland.deno.dev/x/cliffy@v0.24.1/mod.ts";