class HelpCommand
extends Command
import { HelpCommand } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/command/commands/help.ts";
Generates well formatted and colored help output for specified command.
Constructors
new
HelpCommand(cmd?: Command)