Module

x/cliffy/mod.ts>IHelpCommand

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

Type Parameters

optional
O = any

Methods

show(name?: string): void
getHelp(name?: string): string
import IHelpCommand
import { IHelpCommand } from "https://dotland.deno.dev/x/cliffy@v0.8.0/mod.ts";