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