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