Skip to main content
Module

x/cliffy/mod.ts>IDescription

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

Description handler.

definition: string | ((this: Command) => string)