Skip to main content
Latest
class HelpCommand
extends Command<void, void, void, [CommandType]>
import { HelpCommand } from "https://deno.land/x/commit_genius@v0.5.1/deps.ts";

Generates well formatted and colored help output for specified command.

Constructors

new
HelpCommand(cmd?: Command)