Skip to main content
Module

x/scaffold/src/deps/cli.ts>HelpCommand

scaffold your next project with style and 💗
Latest
class HelpCommand
extends Command<void, void, void, [CommandType]>
import { HelpCommand } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Generates well formatted and colored help output for specified command.

Constructors

new
HelpCommand(cmd?: Command)