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