Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alloy_folk/deps.ts>cliffy.IDescription

An application installer for restriced macOS
Latest
type alias cliffy.IDescription
Re-export
import { type cliffy } from "https://deno.land/x/alloy_folk@v1.1.2/deps.ts";
const { IDescription } = cliffy;

Description handler.

Type Parameters

optional
O extends Record<string, any> | void = any
optional
A extends Array<unknown> = O extends number ? any : []
optional
G extends Record<string, any> | void = O extends number ? any : void
optional
PG extends Record<string, any> | void = O extends number ? any : void
optional
CT extends Record<string, any> | void = O extends number ? any : void
optional
GT extends Record<string, any> | void = O extends number ? any : void
optional
PT extends Record<string, any> | void = O extends number ? any : void
optional
P extends Command<any> | undefined = O extends number ? any : undefined
definition: string | ((this: Command<PG, PT, O, A, G, CT, GT, P>) => string)