Skip to main content
Module

x/cliffy/mod.ts>Command#type

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.type
Re-export
import { Command } from "https://deno.land/x/cliffy@v0.14.2/mod.ts";

Register command specific custom type.

Parameters

name: string
handler: Type<unknown> | ITypeHandler<unknown>
optional
options: ITypeOptions