Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cliffy/packages/command/lib/types.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
import { type IHelpCommand } from "https://deno.land/x/cliffy@v0.3.0/packages/command/lib/types.ts";

Methods

show(name?: string): void