Skip to main content
Module

x/lume/deps/cliffy.ts>HelpCommand

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class HelpCommand
extends Command<void, void, void, [CommandType]>
import { HelpCommand } from "https://deno.land/x/lume@v2.1.2/deps/cliffy.ts";

Generates well formatted and colored help output for specified command.

Constructors

new
HelpCommand(cmd?: Command)